https://github.com/PressForward/pressforward
Raw File
Tip revision: 6574fc369f5d200caa1257f849ff8d2e213c877e authored by Boone B Gorges on 01 March 2023, 19:55:47 UTC
Stable tag 5.4.0.
Tip revision: 6574fc3
tab-modules.tpl.php
<?php
/**
 * Template for Modules section.
 *
 * @package PressForward
 */

?>

<p class="description">
	<?php // phpcs:ignore WordPress.Security.EscapeOutput.UnsafePrintingFunction ?>
	<?php _e( '<strong>PressForward Modules</strong> are addons to alter or improve the functionality of the plugin.', 'pf' ); ?>
</p>

<hr />

<?php do_action( 'pf_admin_op_page' ); ?>
back to top