Customise Speed Booster Pack ⚡ PageSpeed Optimization Suite WordPress plugin /speed-booster-pack/

WordPress plugin ID: 2184 speed-booster-pack-child.zip modify and activate in WordPress to customise Speed Booster Pack ⚡ PageSpeed Optimization Suite WordPress plugin version 4.5.8.1+ 1,475,878 downloads author optimocha

Download 2184 speed-booster-pack-child.zip

Modify and activate open source plugin id: 2184 to customise Speed Booster Pack ⚡ PageSpeed Optimization Suite

Sample code: /speed-booster-pack-child/plugin.php

/*
 * Plugin Name:       Speed Booster Pack ⚡ PageSpeed Optimization Suite Child Plugin
 * Plugin URI:        https://www.wordpressdeveloperlondon.com/speed-booster-pack-%e2%9a%a1-pagespeed-optimization-suite/
 * Description:       Custom Speed Booster Pack ⚡ PageSpeed Optimization Suite plugin code dependant on Speed Booster Pack ⚡ PageSpeed Optimization Suite 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:       speed-booster-pack-child
 * Domain Path:       /languages
 * Requires Plugins:  speed-booster-pack
 */

/*
 * -----------------------------------------------------------------------------------------------------
 * WordPress plugin ID: 2184 speed-booster-pack-child version 1.0.1
 * WordPress plugin dependancy: Speed Booster Pack ⚡ PageSpeed Optimization Suite
 * -----------------------------------------------------------------------------------------------------
 */

if((get_option("wordpressdeveloperlondon_settingwordpress_seo_2184")) != 1) 
{
	function wordpressdeveloperlondon_files_wordpress_seo_2184()
	{
		$plugin_url = plugin_dir_url(__FILE__);

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

if(get_option("wordpressdeveloperlondon_setting_htmlwordpress_seo_2184") != 1)
{
	function plugin_sourcewordpress_seo_2184()
	{

/speed-booster-pack-child/css/style.css

/* Stylesheet file */

/speed-booster-pack-child/js/scripts.js

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

/speed-booster-pack-child/languages/

//empty

Extend WordPress Plugins

With a WordPress plugin built like a WordPress child theme

Parent plugin path /wp-content/plugins/speed-booster-pack/
Child plugin path (download this WP plugin) /wp-content/plugins/speed-booster-pack-child/
WordPress plugin ID 2184
Size ≥20KB zipped

WordPress Plugin API Data

WordPress API data for the parent WordPress plugin /speed-booster-pack/ available from WordPress dot org website

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

Stars

5 / 5 136
4 / 5 10
3 / 5 9
2 / 5 6
1 / 5 22

Rating

Overall score 86 / 100

Plugin usage data

Total downloads 1,475,878
Number of active Installs 10,000

Support data

Number of requests 1
Number of resolutions 1

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);
}


= 1 / 1 * 100

Calculated support effectiveness 100.00%

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