Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #56939, comment 11


Ignore:
Timestamp:
11/03/2022 12:57:46 AM (3 years ago)
Author:
TimothyBlynJacobs
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56939, comment 11

    initial v1  
    1 If you also want to hide existing templates, you can use the `pre_render_block` to shortcircuit the `core/comments` block and return an empty string.
     1If you also want to hide existing comments, you can use the `pre_render_block` to shortcircuit the `core/comments` block and return an empty string.