install_themes_table_api_args_

install_themes_table_api_args_

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('install_themes_table_api_args_') is found 1 times:

  • /wp-admin/includes/ajax-actions.php line 3643
    3640
    3641
    3642
    3643
    3644
    3645
    3646
    3647
    3648
    3649
    $old_filter = isset( $args['browse'] ) ? $args['browse'] : 'search';
     
    /** This filter is documented in wp-admin/includes/class-wp-theme-install-list-table.php */
    $args = apply_filters( 'install_themes_table_api_args_' . $old_filter, $args );
     
    $api = themes_api( 'query_themes', $args );
     
    if ( is_wp_error( $api ) ) {
        wp_send_json_error();
    }