deleted_{$meta_type}meta

deleted_{$meta_type}meta

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('deleted_{$meta_type}meta') is found 1 times:

  • /wp-includes/meta.php line 1088
    			 * @since 3.4.0
    			 *
    			 * @param int $meta_id Deleted metadata entry ID.
    			 */
    			do_action( "deleted_{$meta_type}meta", $meta_id );
    		}
    
    		return $result;
    
    	}