acf/include_location_rules
Fires after location types включають.
Використання
add_action( 'acf/include_location_rules', 'wp_kama_acf_include_location_rules_action' ); /** * Function for `acf/include_location_rules` action-hook. * * @param int $major_version The major version of ACF. * * @return void */ function wp_kama_acf_include_location_rules_action( $major_version ){ // action... }
-
$major_version
(int) - The major version of ACF.
список змін
З версії 5.0.0 | Введено. |
Де викликається хук
acf/acf.php 308
do_action( 'acf/include_location_rules', ACF_MAJOR_VERSION );
Де використовується хук в Advanced Custom Fields
acf/pro/acf-pro.php 44
add_action( 'acf/include_location_rules', array( $this, 'include_location_rules' ), 5 );