aioseo_post_metabox_priority, high

aioseo_post_metabox_priority, high

Hook Type: filter

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.5.0.0.1

apply_filters('aioseo_post_metabox_priority, high') is found 1 times:

  • /app/Common/Admin/PostSettings.php line 220
    				$aioseoMetaboxTitle,
    				[ $this, 'postSettingsMetabox' ],
    				[ $postType ],
    				'normal',
    				apply_filters( 'aioseo_post_metabox_priority', 'high' )
    			);
    		}
    	}
    
    	/**
    	 * Render the on page/posts settings metabox with Vue App wrapper.