SearchWP

This Documentation is for SearchWP Version 3

Available since: 2.6

searchwp_settings_footer

This action fires after any SearchWP settings view is displayed. It can be used when building custom SearchWP settings screens.

<?php
add_action( 'searchwp_settings_footer', function() {
echo 'This content is in the footer of all SearchWP settings screens.';
} );
view raw functions.php hosted with ❤ by GitHub
[wpforms id="3080"]