aioseo_post_metabox_priority

aioseo_post_metabox_priority

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

See hook in core

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

apply_filters('aioseo_post_metabox_priority') is found 1 times:

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