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.4.3

apply_filters('install_themes_table_api_args_') is found 1 times:

  • /wp-admin/includes/ajax-actions.php line 3633
     
    	$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();
    	}