Property | Type | Description | |
---|---|---|---|
$use_object_cache | Allow object caching through a filter. |
Method | Description | |
---|---|---|
autodescription_run ( ) | Runs the plugin on the front-end. | |
custom_field_redirect ( ) : void | Redirects singular page to an alternate URL. | |
header_actions ( string | array $args = '', boolean $before = true ) : string | empty | Runs header actions. | |
html_output ( ) | Echos the header meta and scripts. | |
init_admin_actions ( ) | Initializes Admin Menu actions. | |
init_global_actions ( ) | Initializes the plugin front- and back-end actions. | |
init_global_filters ( ) | Initializes the plugin front- and back-end filters. | |
init_the_seo_framework ( ) | Initializes the plugin actions and filters. |
Method | Description | |
---|---|---|
__construct ( ) | Constructor. Initializes actions and loads parent constructor. | |
init_front_end_actions ( ) | Initializes front-end actions. | |
init_front_end_filters ( ) | Runs front-end filters. |
protected __construct ( ) |
public autodescription_run ( ) |
public custom_field_redirect ( ) : void | ||
return | void | early on non-singular pages. |
protected init_front_end_actions ( ) |
protected init_front_end_filters ( ) |
public init_global_actions ( ) |
public init_global_filters ( ) |
public init_the_seo_framework ( ) |