Sin descripción

Settings.php 397B

12345678910111213141516
  1. <?php
  2. /*******************************************************************************
  3. * Copyright (c) 2020, WP Popup Maker
  4. ******************************************************************************/
  5. interface PUM_Interface_Integration_Settings extends PUM_Interface_Integration {
  6. /**
  7. * @param array $fields
  8. *
  9. * @return array
  10. */
  11. public function append_fields( $fields = [] );
  12. }