postmeta_form_keys

postmeta_form_keys

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('postmeta_form_keys') is found 1 times:

  • /wp-admin/includes/template.php line 707
    	 *
    	 * @param array|null $keys Pre-defined meta keys to be used in place of a postmeta query. Default null.
    	 * @param WP_Post    $post The current post object.
    	 */
    	$keys = apply_filters( 'postmeta_form_keys', null, $post );
    
    	if ( null === $keys ) {
    		/**
    		 * Filters the number of custom fields to retrieve for the drop-down
    		 * in the Custom Fields meta box.
    		 *