-
pbrocks
- United States
- pbrocks.com
- @_pbrocks
Pinned Loading
-
-
-
wcphl19-collection
wcphl19-collection PublicRewriting gutenberg-examples plugin using wp-scripts
-
WC Lancaster filter to show block ty...
WC Lancaster filter to show block type if you have WP_DEBUG turned on. 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 ) {
-
Use the `render_block` filter to sho...
Use the `render_block` filter to show the elemental parts of a WordPress block. 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
wclvpa19-ajax-plugin PublicA starter plugin showing how to create your own plugin instead of stuffing your theme's functions.php full of functional items.
PHP 1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.