We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
WordPress Full-Site Editing theme
CSS 4
Some blocks developed by pbrocks.
JavaScript
Rewriting gutenberg-examples plugin using wp-scripts
JavaScript 4 2
<?php
add_filter( 'render_block', 'wplancpa_2019_show_block_type', 10, 2 );
function wplancpa_2019_show_block_type( $block_content, $block ) {
if ( true === WP_DEBUG ) {
add_filter( 'render_block', 'show_the_block_constituents', 10, 2 );
/**
* [show_the_block_constituents] Debug code for showing the parts of WP Blocks
A starter plugin showing how to create your own plugin instead of stuffing your theme's functions.php full of functional items.
PHP 1
There was an error while loading. Please reload this page.