install_theme_complete_actions

install_theme_complete_actions

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

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('install_theme_complete_actions') is found 1 times:

  • /wp-admin/includes/class-theme-installer-skin.php line 184
    		 * @param object   $api             Object containing WordPress.org API theme data.
    		 * @param string   $stylesheet      Theme directory name.
    		 * @param WP_Theme $theme_info      Theme object.
    		 */
    		$install_actions = apply_filters( 'install_theme_complete_actions', $install_actions, $this->api, $stylesheet, $theme_info );
    		if ( ! empty( $install_actions ) ) {
    			$this->feedback( implode( ' | ', (array) $install_actions ) );
    		}
    	}
    
    	/**