PHP 클래스 The_SEO_Framework\Compat

Adds theme/plugin compatibility.
부터: 2.7.1
상속: extends Core
파일 보기 프로젝트 열기: sybrew/the-seo-framework

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
__construct ( ) Constructor, load parent constructor

메소드 상세

__construct() 보호된 메소드

Constructor, load parent constructor
protected __construct ( )

buddypress_compat() 공개 메소드

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

disable_genesis_seo() 공개 메소드

Removes the Genesis SEO meta boxes on the SEO Settings page
부터: 2.7.1
public disable_genesis_seo ( $plugins ) : array
리턴 array Plugins to detect.

genesis_compat() 공개 메소드

Adds Genesis SEO compatibility.
부터: 2.6.0
public genesis_compat ( )

jetpack_compat() 공개 메소드

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.
부터: 2.6.0
public jetpack_compat ( )