wpseo_metabox_entries_ . $tab, $field_defs, $post_type

wpseo_metabox_entries_ . $tab, $field_defs, $post_type

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.28.1

apply_filters('wpseo_metabox_entries_ . $tab, $field_defs, $post_type') is found 1 times:

  • /inc/class-wpseo-meta.php line 423
    		 * @param string $post_type  Post type of the post the metabox is for, defaults to 'post'.
    		 *
    		 * @return array
    		 */
    		return apply_filters( 'wpseo_metabox_entries_' . $tab, $field_defs, $post_type );
    	}
    
    	/**
    	 * Validate the post meta values.
    	 *
    	 * @param mixed  $meta_value The new value.