SearchWP

This Documentation is for SearchWP Version 3

Available since: 2.3.1

searchwp_lazy_settings

This applies only to the legacy settings screen as of SearchWP 2.9

By default, SearchWP will lazy load the settings screen. If you would prefer this not to happen, add the following to your theme’s functions.php:

<?php
add_filter( 'searchwp_lazy_settings', '__return_false' );
view raw gistfile1.php hosted with ❤ by GitHub
[wpforms id="3080"]