deleted_post_meta, $meta_ids, null, null, null

deleted_post_meta, $meta_ids, null, null, null

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-seo.28.1

do_action('deleted_post_meta, $meta_ids, null, null, null') is found 1 times:

  • /inc/class-wpseo-meta.php line 906
    					wp_cache_delete( $object_id, 'post_meta' );
    				}
    
    				// WP native action.
    				do_action( 'deleted_post_meta', $meta_ids, null, null, null );
    			}
    		}
    		unset( $query, $meta_ids, $count, $object_id );
    
    		/*
    		 * Deal with the multiselect (meta-robots-adv) field.