manage_themes_custom_column

manage_themes_custom_column

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('manage_themes_custom_column') is found 1 times:

  • /wp-admin/includes/class-wp-ms-themes-list-table.php line 901
    897
    898
    899
    900
    901
    902
    903
    904
    905
    906
    907
         * @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