Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #53424, comment 8


Ignore:
Timestamp:
06/17/2021 08:32:52 AM (3 years ago)
Author:
Mamaduka
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53424, comment 8

    initial v1  
    77<?php
    88add_action( 'after_setup_theme', function() {
    9         remove_theme_support( 'core-block-patterns' );
     9        remove_theme_support( 'widgets' );
    1010} );
    1111}}}