wpseo_metabox_prio, high

wpseo_metabox_prio, high

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.28.1

apply_filters('wpseo_metabox_prio, high') is found 2 times:

  • /admin/metabox/class-metabox.php line 133
    				$product_title,
    				[ $this, 'render_internet_explorer_notice' ],
    				$post_type,
    				'normal',
    				apply_filters( 'wpseo_metabox_prio', 'high' ),
    				[ '__block_editor_compatible_meta_box' => true ],
    			);
    		}
    	}
    
    	/**
    
  • /admin/metabox/class-metabox.php line 253
    				$product_title,
    				[ $this, 'meta_box' ],
    				$post_type,
    				'normal',
    				apply_filters( 'wpseo_metabox_prio', 'high' ),
    				[ '__block_editor_compatible_meta_box' => true ],
    			);
    		}
    	}
    
    	/**