PHP Class The_SEO_Framework\Compat

Adds theme/plugin compatibility.
Since: 2.7.1
Inheritance: extends Core
ファイルを表示 Open project: sybrew/the-seo-framework

Public Methods

Method Description
buddypress_compat ( ) Removes canonical URL from BuddyPress. Regardless of The SEO Framework settings.
disable_genesis_seo ( $plugins ) : array Removes the Genesis SEO meta boxes on the SEO Settings page
genesis_compat ( ) Adds Genesis SEO compatibility.
jetpack_compat ( ) Adds compatibility with various JetPack modules.

Protected Methods

Method Description
__construct ( ) Constructor, load parent constructor

Method Details

__construct() protected method

Constructor, load parent constructor
protected __construct ( )

buddypress_compat() public method

Removes canonical URL from BuddyPress. Regardless of The SEO Framework settings.
Since: 2.7.0
public buddypress_compat ( )

disable_genesis_seo() public method

Removes the Genesis SEO meta boxes on the SEO Settings page
Since: 2.7.1
public disable_genesis_seo ( $plugins ) : array
return array Plugins to detect.

genesis_compat() public method

Adds Genesis SEO compatibility.
Since: 2.6.0
public genesis_compat ( )

jetpack_compat() public method

Recently, JetPack made sure this filter doesn't run when The SEO Framework is active as they've added their own compatibility check towards this plugin. Let's wait until everyone has updated before removing this.
Since: 2.6.0
public jetpack_compat ( )