1 to 30 of 8561
- __call() – Allow decorators to implement custom methods
- __construct() –
- __get() –
- __isPrivate() –
- __isset() –
- __set() –
- __toArray() –
- __toString() –
- __unset() –
- _caseless_remove() – Remove the items given by the keys, case insensitively from the data.
- _current_time() – Wrapper for the hrtime() or microtime() functions (depending on the PHP version, one of the two is used)
- _idn_uri_convert() –
- _parse_message() – Parses an HTTP message into an associative array.
- _parse_request_uri() – Constructs a URI for an HTTP request message.
- _wpseo_activate() – Runs on activation of the plugin.
- _wpseo_deactivate() – On deactivation, flush the rewrite rules so XML sitemaps stop working.
- _yoast_display_alerts() – Create the alert HTML with restore/dismiss button.
- _yoast_display_notifications() – Create the notifications HTML with restore/dismiss button.
- Abstract_Action_Route::respond_with() – Responds to an indexing request.
- Abstract_Aioseo_Importing_Action::__construct() – Abstract_Aioseo_Importing_Action constructor.
- Abstract_Aioseo_Importing_Action::get_completed_id() – Gets the completed id (to be used as a key for the importing_completed option).
- Abstract_Aioseo_Importing_Action::get_completed() – Returns the stored state of completedness.
- Abstract_Aioseo_Importing_Action::get_cursor_id() – Gets the cursor id.
- Abstract_Aioseo_Importing_Action::get_plugin() – The name of the plugin we import from.
- Abstract_Aioseo_Importing_Action::get_type() – The data type we import from the plugin.
- Abstract_Aioseo_Importing_Action::is_compatible_with() – Can the current action import the data from plugin $plugin of type $type?
- Abstract_Aioseo_Importing_Action::is_enabled() – Returns whether the importing action is enabled.
- Abstract_Aioseo_Importing_Action::set_aioseo_helper() – Sets the AIOSEO helper.
- Abstract_Aioseo_Importing_Action::set_completed() – Stores the current state of completedness.
- Abstract_Aioseo_Importing_Action::simple_import() – Minimally transforms data to be imported.