setup_theme
Это хук WordPress - setup_theme. Плагин его просто использует.
Fires before the theme is loaded.
Использование
add_action( 'setup_theme', 'wp_kama_setup_theme_action' ); /** * Function for `setup_theme` action-hook. * * @return void */ function wp_kama_setup_theme_action(){ // action... }
Где вызывается хук
В файле: /php/wp-settings-cli.php
setup_theme
wp-cli/php/wp-settings-cli.php 395
do_action( 'setup_theme' );