manage_themes_custom_column

manage_themes_custom_column

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('manage_themes_custom_column') is found 1 times:

  • /wp-admin/includes/class-wp-ms-themes-list-table.php line 896
    		 * @param string   $column_name Name of the column.
    		 * @param string   $stylesheet  Directory name of the theme.
    		 * @param WP_Theme $theme       Current WP_Theme object.
    		 */
    		do_action( 'manage_themes_custom_column', $column_name, $stylesheet, $theme );
    	}
    
    	/**
    	 * Handles the output for a single table row.
    	 *
    	 * @since 4.3.0