WP HOOKS
filtrod 6.6.0

site_status_autoloaded_options_action_to_perform

Args 1Plik wp-admin/includes/class-wp-site-health.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters actionable information to tackle the problem. It can be a link to an external guide.

Parametry

ParametrTypOpis
$actionsstringCall 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
}

Popularne w tej kategorii