%PDF- %PDF-
Direktori : /var/www/html/ceaa/wp-content/plugins/wp-events-manager/inc/admin/views/settings/ |
Current File : /var/www/html/ceaa/wp-content/plugins/wp-events-manager/inc/admin/views/settings/section-start.php |
<?php /* * @author leehld */ /** * Prevent loading this file directly */ defined( 'ABSPATH' ) || exit; if ( isset( $field['title'] ) ) { echo '<h3>' . esc_html( $field['title'] ) . '</h3>'; if ( isset( $field['desc'] ) ) { echo '<span class="description">' . esc_html( $field['desc'] ) . '</span>'; } do_action( 'tp_event_before_' . $field['id'] . '_fields' ); echo '<table class="form-table">'; }