install_themes_table_api_args_{$tab}

install_themes_table_api_args_{$tab}

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_{$tab}') is found 1 times:

  • /wp-admin/includes/class-wp-theme-install-list-table.php line 149
    		 * @since 3.7.0
    		 *
    		 * @param array|false $args Theme install API arguments.
    		 */
    		$args = apply_filters( "install_themes_table_api_args_{$tab}", $args );
    
    		if ( ! $args ) {
    			return;
    		}
    
    		$api = themes_api( 'query_themes', $args );