themes_api_args

themes_api_args

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('themes_api_args') is found 1 times:

  • /wp-admin/includes/theme.php line 525
    521
    522
    523
    524
    525
    526
    527
    528
    529
    530
    531
    * @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.
     *