PluginProbe
Front End PM / trunk
Front End PM vtrunk
trunk 1.1 1.2 1.3 10.1.1 10.1.2 10.1.3 10.1.4 10.1.5 10.1.6 10.1.7 10.2.1 11.1.1 11.2.1 11.2.2 11.2.3 11.3.1 11.3.3 11.3.4 11.3.5 11.3.6 11.3.7 11.3.8 11.3.9 11.4.1 All 58 releases
front-end-pm / templates / form-settings.php

form-settings.php in Front End PM trunk, at templates/form-settings.php

9 lines 256 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 if ( ! defined( 'ABSPATH' ) ) {
3 exit; // Exit if accessed directly.
4 }
5 ?>
6 <h2><?php esc_html_e( 'Set your preferences below', 'front-end-pm' ); ?></h2>
7 <?php echo fep_info_output(); ?>
8 <?php echo Fep_Form::init()->form_field_output( 'settings' ); ?>
9