setup_theme action-hookWP-CLI 2.0.0

Это хук WordPress - setup_theme. Плагин его просто использует.

WordPress User Roles

Usage

add_action( 'setup_theme', 'wp_kama_setup_theme_action' );

/**
 * Function for `setup_theme` action-hook.
 * 
 * @return void
 */
function wp_kama_setup_theme_action(){

	// action...
}

Changelog

Since 2.0.0 Introduced.

Where the hook is called

In file: /php/wp-settings-cli.php
setup_theme
wp-cli/php/wp-settings-cli.php 395
do_action( 'setup_theme' );

Where the hook is used in WP CLI

Usage not found.