filtrod 6.6.0
site_status_autoloaded_options_action_to_perform
Opis — z kodu źródłowego
Filters actionable information to tackle the problem. It can be a link to an external guide.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$actions | string | Call to Action to be used to point to the right direction to solve the issue. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'site_status_autoloaded_options_action_to_perform', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'site_status_autoloaded_options_action_to_perform', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii