install_themes_table_api_args_(old_filter)
This filter is documented in wp-admin/includes/class-wp-theme-install-list-table.php
Usage
add_filter( 'install_themes_table_api_args_(old_filter)', 'wp_kama_install_themes_table_api_args_old_filter' ); /** * Function for `install_themes_table_api_args_(old_filter)` filter-hook. * * @param $args * * @return */ function wp_kama_install_themes_table_api_args_old_filter( $args ){ // filter... return $args; }
- $args
- -
Where the hook is called
install_themes_table_api_args_(old_filter)
wp-admin/includes/ajax-actions.php 3642
$args = apply_filters( 'install_themes_table_api_args_' . $old_filter, $args );