akcjadynamicznyod 3.5.0
load-importer-{$importer}
Args 0Plik wp-admin/admin.php
Opis — z kodu źródłowego
Fires before an importer screen is loaded.
The dynamic portion of the hook name, $importer, refers to the importer slug.
Possible hook names include:
load-importer-bloggerload-importer-wpcat2tagload-importer-livejournalload-importer-mtload-importer-rssload-importer-tumblrload-importer-wordpress
Hook dynamiczny — możliwe nazwy
load-importer-bloggerload-importer-livejournalload-importer-mtload-importer-rssload-importer-tumblrload-importer-wordpressload-importer-wpcat2tagWywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_action( 'load-importer-{$importer}', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_action( 'load-importer-{$importer}', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii