Render WP Gutenberg Block the way you want.
As of April 2026, Jinx-Block-Renderer is a WordPress blocks plugin with 10 active installations and a 0/5 rating0. It has been downloaded 972 times in total. Requires WordPress 5.0+ and PHP 7.1+. Available on WordPress.org since 2020. Last updated 5 years ago — may have compatibility concerns. Top alternative: Spectra Gutenberg Blocks – Website….
The plugin allows you to parse all kinds gutenberg blocks and render them in your own template.
Use the filter ‘jinx_block_renderers’ in your theme to render gutenberg blocks.
<?php
function my_render_function(array $fields)
{
echo $fields['url'];
}
add_filter('jinx_block_renderers', function($renderers) {
$renderers[] = [
'block' => 'core-embed/youtube', // name of the block
'conditions' => [], // default - accepts an array of key value pairs
// 'conditions' => [
// 'className' => 'is-style-custom', // strings are used inside a regular expression
// 'field' => function($value) { // callbacks will receive the fields value and must return true or false
// return $value === 'some value';…| WordPress | 5.0+ requiredTested up to 5.5.18 |
| PHP | 7.1+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.