(deprecated)
Apply filters.
Використання
add_filter('(deprecated)', 'wp_kama_deprecated_filter'); /** * Function for `(deprecated)` filter-hook. * * @param $args * * @return */ function wp_kama_deprecated_filter( $args ){ // Filter... return $args; }
- $args
- –
Де викликається хук
(Deprecated)
acf/includes/acf-hook-functions.php 218
$args[0] = apply_filters_ref_array( $deprecated, $args );
acf/includes/acf-hook-functions.php 222
do_action_ref_array( $deprecated, $args );
Де використовується хук в Advanced Custom Fields
Використання не знайдено.