PHP Class WPSEO_Features, wordpress-seo

Mostrar archivo Open project: yoast/wordpress-seo Class Usage Examples

Public Methods

Method Description
is_free ( ) : boolean Checks if using the free version of the plugin.
is_premium ( ) : boolean Checks if the premium constant exists to make sure if plugin is the premium one.

Method Details

is_free() public method

Checks if using the free version of the plugin.
public is_free ( ) : boolean
return boolean

is_premium() public method

Checks if the premium constant exists to make sure if plugin is the premium one.
public is_premium ( ) : boolean
return boolean