SearchWP

This Documentation is for SearchWP Version 3

Available since: 2.6

searchwp_settings_after_header

SearchWP renders its own header on all settings screens, this action fires after that header has been rendered.

<?php
add_action( 'searchwp_settings_after_header', function() {
echo 'This content appears after the header on all SearchWP settings screens.';
} );
view raw functions.php hosted with ❤ by GitHub