searchwp\admin\dashboard_widgets\statistics
Da: 4.0.0
Indice
Come parte della funzionalità Statistiche di SearchWP, viene fornito un Widget Bacheca per consentire una rapida panoramica delle tue statistiche di ricerca quando accedi alla tua Bacheca di WordPress.
Parametri
| Tipo | Parametro | Predefinito | Da |
|---|---|---|---|
| Booleano | $enabled |
vero |
4.0.0 |
Esempi
All hooks should be added to your custom SearchWP Customizations Plugin.
Disabilita il widget Dashboard Statistiche
Disabilita il widget Dashboard Statistiche.
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 the SearchWP Statistics Dashboard Widget. | |
| add_filter( 'searchwp\admin\dashboard_widgets\statistics', '__return_false' ); |


