is_protected_meta

is_protected_meta

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('is_protected_meta') is found 1 times:

  • /wp-includes/meta.php line 1299
    	 * @param string $meta_key  Metadata key.
    	 * @param string $meta_type Type of object metadata is for. Accepts 'post', 'comment', 'term', 'user',
    	 *                          or any other object type with an associated meta table.
    	 */
    	return apply_filters( 'is_protected_meta', $protected, $meta_key, $meta_type );
    }
    
    /**
     * Sanitizes meta value.
     *
     * @since 3.1.3
    

See this hook used in plugins: