Customise Gutenberg WordPress plugin /gutenberg/

WordPress plugin ID: 222 gutenberg-child.zip modify and activate in WordPress to customise Gutenberg WordPress plugin version 19.9.0+ 44,577,003 downloads author matveb

Download 222 gutenberg-child.zip

Modify and activate open source plugin id: 222 to customise Gutenberg

Sample code: /gutenberg-child/plugin.php

/*
 * Plugin Name:       Gutenberg Child Plugin
 * Plugin URI:        https://www.wordpressdeveloperlondon.com/gutenberg/
 * Description:       Custom Gutenberg plugin code dependant on Gutenberg plugin
 * Version:           1.0.1
 * Requires at least: 5.2
 * Requires PHP:      7.2
 * Author:            wordpressdeveloperlondon
 * Author URI:        https://www.wordpressdeveloperlondon.com
 * License:           GPLv3
 * License URI:       https://www.gnu.org/licenses/gpl-3.0.txt
 * Text Domain:       gutenberg-child
 * Domain Path:       /languages
 * Requires Plugins:  gutenberg
 */

/*
 * -----------------------------------------------------------------------------------------------------
 * WordPress plugin ID: 222 gutenberg-child version 1.0.1
 * WordPress plugin dependancy: Gutenberg
 * -----------------------------------------------------------------------------------------------------
 */

if((get_option("wordpressdeveloperlondon_settingwordpress_seo_222")) != 1) 
{
	function wordpressdeveloperlondon_files_wordpress_seo_222()
	{
		$plugin_url = plugin_dir_url(__FILE__);

		wp_enqueue_style("wordpress_seo_222-stylesheet", $plugin_url . "css/style.css");
		wp_enqueue_script("wordpress_seo_222-script", $plugin_url . "js/scripts.js", array("jquery"), "1.0.0", true);
	}
	add_action("wp_enqueue_scripts", "wordpressdeveloperlondon_files_wordpress_seo_222", 80);
}

if(get_option("wordpressdeveloperlondon_setting_htmlwordpress_seo_222") != 1)
{
	function plugin_sourcewordpress_seo_222()
	{

/gutenberg-child/css/style.css

/* Stylesheet file */

/gutenberg-child/js/scripts.js

/* JavaScript file */
jQuery(document).ready(function($){ });

/gutenberg-child/languages/

//empty

Extend WordPress Plugins

With a WordPress plugin built like a WordPress child theme

Parent plugin path /wp-content/plugins/gutenberg/
Child plugin path (download this WP plugin) /wp-content/plugins/gutenberg-child/
WordPress plugin ID 222
Size ≥20KB zipped

WordPress Plugin API Data

WordPress API data for the parent WordPress plugin /gutenberg/ available from WordPress dot org website

December 2024 data source: https://api.wordpress.org/plugins/info/1.2/?action=query_plugins

Stars

5 / 5 832
4 / 5 148
3 / 5 143
2 / 5 217
1 / 5 2,470

Rating

Overall score 42 / 100

Plugin usage data

Total downloads 44,577,003
Number of active Installs 300,000

Support data

Number of requests 19
Number of resolutions 0

wordpressdeveloperlondon.com API found

We calculated plugin support effectiveness in Dec 2024


$resolved = get_post_meta(get_the_ID(), 'support_threads_resolved', true);
$total = get_post_meta(get_the_ID(), 'support_threads', true);

if($total > 0)
{
    echo $sum = (($resolved / $total) * 100);
}


= 19 / 0 * 100

Calculated support effectiveness 0 or no result

This is why we built a platform to assist WordPress developers to solve plugin challenges

Need Further Support?

For WordPress plugin support contact Ben WordPress Developer London