WP HOOKS
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-blogger
  • load-importer-wpcat2tag
  • load-importer-livejournal
  • load-importer-mt
  • load-importer-rss
  • load-importer-tumblr
  • load-importer-wordpress

Hook dynamiczny — możliwe nazwy

load-importer-bloggerload-importer-livejournalload-importer-mtload-importer-rssload-importer-tumblrload-importer-wordpressload-importer-wpcat2tag

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_action( 'load-importer-{$importer}', 'twoja_funkcja' );

function twoja_funkcja($param_1) {
	// Twój kod
}

Popularne w tej kategorii