acf/admin_footer хук-событиеACF 5.6.9

Fires during "admin_footer" when ACF scripts are enqueued.

Использование

add_action( 'acf/admin_footer', 'wp_kama_acf_admin_footer_action' );

/**
 * Function for `acf/admin_footer` action-hook.
 * 
 * @return void
 */
function wp_kama_acf_admin_footer_action(){

	// action...
}

Список изменений

С версии 5.6.9 Введена.

Где вызывается хук

ACF_Assets::print_footer_scripts()
acf/admin_footer
acf/includes/assets.php 511
do_action( 'acf/admin_footer' );

Где используется хук в Advanced Custom Fields PRO

Использование не найдено.