-
pbrocks
- United States
- pbrocks.com
- @_pbrocks
Block or Report
Block or report pbrocks
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
-
1
<?php
2add_filter( 'render_block', 'wplancpa_2019_show_block_type', 10, 2 );
34function wplancpa_2019_show_block_type( $block_content, $block ) {
5if ( true === WP_DEBUG ) {
-
1
<?php
23add_filter( 'render_block', 'show_the_block_constituents', 10, 2 );
4/**
5* [show_the_block_constituents] Debug code for showing the parts of WP Blocks
-
wclvpa19-ajax-plugin Public
A starter plugin showing how to create your own plugin instead of stuffing your theme's functions.php full of functional items.
PHP 1