Uses
Uses | Description |
---|---|
wp-includes/class-wp-site-query.php: parse_site_query | Fires after the site query vars have been parsed. |
wp-includes/functions.php: wp_parse_args() | Merge user defined arguments into defaults array. |
wp-includes/plugin.php: do_action_ref_array() | Calls the callback functions that have been added to an action hook, specifying arguments in an array. |