delete_post_meta хук-событие . Yoast 1.0
WP native action.
Использование
add_action( 'delete_post_meta', 'action_function_name_8354', 10, 2 ); function action_function_name_8354( $meta_ids, $null ){ // action... }
- $meta_ids
- -
- $null
- -
Где вызывается хук
yoast/inc/class-wpseo-meta.php 889
do_action( 'delete_post_meta', $meta_ids, null, null, null );