install_themes_table_api_args_ . $old_filter, $args
install_themes_table_api_args_ . $old_filter, $args
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('install_themes_table_api_args_ . $old_filter, $args') is found 1 times:
- /wp-admin/includes/ajax-actions.php line 3653
$old_filter = $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(); }