Uses
Uses | Description |
---|---|
wp-includes/ms-site.php: wp_normalize_site_data | Filters passed site data in order to normalize it. |
wp-includes/ms-site.php: wp_validate_site_data | Fires when data should be validated for a site prior to inserting or updating in the database. |
wp-includes/functions.php: wp_parse_args() | Merge user defined arguments into defaults array. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |