wp_print_footer_scripts хук-событие . WP 2.8.0
Fires when footer scripts are printed.
Использование
add_action( 'wp_print_footer_scripts', 'action_function_name_9742' ); function action_function_name_9742(){ // action... }
Список изменений
С версии 2.8.0 | Введена. |
Где вызывается хук
wp_print_footer_scripts
wp-includes/script-loader.php 1987
do_action( 'wp_print_footer_scripts' );
Где используется хук в ядре WordPress
wp-includes/script-loader.php 323
add_action( 'wp_print_footer_scripts', array( __CLASS__, 'editor_js' ), 50 );
wp-includes/script-loader.php 324
add_action( 'wp_print_footer_scripts', array( __CLASS__, 'force_uncompressed_tinymce' ), 1 );
wp-includes/script-loader.php 325
add_action( 'wp_print_footer_scripts', array( __CLASS__, 'enqueue_scripts' ), 1 );
wp-includes/script-loader.php 912
add_action( 'wp_print_footer_scripts', array( __CLASS__, 'force_uncompressed_tinymce' ), 1 );
wp-includes/script-loader.php 913
add_action( 'wp_print_footer_scripts', array( __CLASS__, 'print_default_editor_scripts' ), 45 );
wp-includes/script-loader.php 305
add_action( 'wp_print_footer_scripts', '_wp_footer_scripts' );
wp-includes/script-loader.php 6594
add_action( 'wp_print_footer_scripts', 'wp_auth_check_html', 5 );