PHP Class The_SEO_Framework\Compat

Adds theme/plugin compatibility.
Since: 2.7.1
Inheritance: extends Core
Afficher le fichier Open project: sybrew/the-seo-framework

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
__construct ( ) Constructor, load parent constructor

Method Details

__construct() protected méthode

Constructor, load parent constructor
protected __construct ( )

buddypress_compat() public méthode

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

disable_genesis_seo() public méthode

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

genesis_compat() public méthode

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

jetpack_compat() public méthode

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 ( )