Method |
Description |
|
__construct ( ) |
Class constructor |
|
add_action_link ( array $links, string $file ) : array |
Add a link to the settings page to the plugins list |
|
blog_public_warning ( ) |
Display an error message when the blog is set to private. |
|
bulk_edit_options ( ) |
Adds the ability to choose how many posts are displayed per page
on the bulk edit pages. |
|
clear_cache ( ) |
Clears the cache |
|
clear_rewrites ( ) |
Clear rewrites |
|
config_page_scripts ( ) |
Enqueues the (tiny) global JS needed for the plugin. |
|
enqueue_assets ( ) |
Register assets needed on admin pages |
|
enqueue_global_style ( ) |
Enqueues the (tiny) global stylesheet needed for the plugin. |
|
filter_settings_pages ( array $pages ) : array |
Filters all advanced settings pages from the given pages. |
|
filter_stopwords_from_slug ( string $slug, string $post_title ) : string |
Filter the stopwords from the slug |
|
get_admin_features ( ) : array |
Returns all the classes for the admin features |
|
grant_access ( ) : boolean |
Check whether the current user is allowed to access the configuration. |
|
import_plugin_hooks ( ) |
Setting the hooks for importing data from other plugins |
|
load_page ( ) |
Load the form for a WPSEO admin page |
|
maybe_upgrade ( ) |
Check whether the current user is allowed to access the configuration. |
|
meta_description_warning ( ) |
Display an error message when the theme contains a meta description tag. |
|
network_config_page ( ) |
Loads the form for the network configuration page. |
|
options_init ( ) |
Register all the options needed for the configuration pages. |
|
register_network_settings_page ( ) |
Register the settings page for the Network settings. |
|
register_settings_page ( ) |
Register the menu item and its sub menu's. |
|
remove_stopwords_from_slug ( string $slug ) : string |
Cleans stopwords out of the slug, if the slug hasn't been set yet. |
|
save_bulk_edit_options ( integer $status, string $option, integer $value ) : integer |
Saves the posts per page limit for bulk edit pages. |
|
schedule_rewrite_flush ( ) |
Schedules a rewrite flush to happen at shutdown |
|
stopwords ( ) : array |
Returns the stopwords for the current language |
|
stopwords_check ( string $haystack, boolean $checkingUrl = false ) : boolean | mixed |
Check whether the stopword appears in the string |
|
switch_theme ( ) |
Log the updated timestamp for user profiles when theme is changed |
|
title_metas_help_tab ( ) |
Adds contextual help to the titles & metas page. |
|
update_contactmethods ( array $contactmethods ) : array |
Filter the $contactmethods array and add Facebook, Google+ and Twitter. |
|