postmeta_form_keys, null, $post

postmeta_form_keys, null, $post

Hook Type: filter

See hook in core

Displaying hooks found in version: custom-fields-gutenberg.2.4.7

apply_filters('postmeta_form_keys, null, $post') is found 1 times:

  • /inc/plugin-core.php line 124
    	global $wpdb;
    
    	$post = get_post($post);
    
    	$keys = apply_filters('postmeta_form_keys', null, $post);
    
    	if (null === $keys) {
    
    		$limit = apply_filters('postmeta_form_limit', 30);
    
    		$sql = "SELECT DISTINCT meta_key