themes_api_args

themes_api_args

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('themes_api_args') is found 1 times:

  • /wp-admin/includes/theme.php line 527
    	 * @param object $args   Arguments used to query for installer pages from the WordPress.org Themes API.
    	 * @param string $action Requested action. Likely values are 'theme_information',
    	 *                       'feature_list', or 'query_themes'.
    	 */
    	$args = apply_filters( 'themes_api_args', $args, $action );
    
    	/**
    	 * Filters whether to override the WordPress.org Themes API.
    	 *
    	 * Returning a non-false value will effectively short-circuit the WordPress.org API request.
    	 *