searchwp\options\settings_screen
Seit: 4.0.0
Steuert, ob die Optionsseite von SearchWP angezeigt wird.
Parameter
| Typ | Parameter | Standard | Seit |
|---|---|---|---|
| Boolean | $enabled |
wahr |
4.0.0 |
Beispiele
All hooks should be added to your custom SearchWP Customizations Plugin.
Such-Bildschirm von SearchWP deaktivieren
Such-Bildschirm von SearchWP deaktivieren.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| // Disable SearchWP's settings screen. | |
| add_filter( 'searchwp\options\settings_screen', '__return_false' ); |

