Customise Smart Slider 3 WordPress plugin /smart-slider-3/
WordPress plugin ID: 101 smart-slider-3-child.zip download to customise Smart Slider 3 WordPress plugin version 3.5.1.26+ 19,047,730 downloads author nextendweb
Download smart-slider-3-child.zipOpen source bank Smart Slider 3 WordPress custom child plugin ready for code modifications
Sample code: /smart-slider-3-child/plugin.php
/*
* Plugin Name: Smart Slider 3 Child Plugin
* Plugin URI: https://www.wordpressdeveloperlondon.com/smart-slider-3/
* Description: Custom Smart Slider 3 plugin code dependant on Smart Slider 3 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: smart-slider-3-child
* Domain Path: /languages
* Requires Plugins: smart-slider-3
*/
/*
* -----------------------------------------------------------------------------------------------------
* WordPress plugin ID: 101 smart-slider-3-child version 1.0.1
* WordPress plugin dependancy: Smart Slider 3
* -----------------------------------------------------------------------------------------------------
*/
if((get_option("wordpressdeveloperlondon_settingwordpress_seo_101")) != 1)
{
function wordpressdeveloperlondon_files_wordpress_seo_101()
{
$plugin_url = plugin_dir_url(__FILE__);
wp_enqueue_style("wordpress_seo_101-stylesheet", $plugin_url . "css/style.css");
wp_enqueue_script("wordpress_seo_101-script", $plugin_url . "js/scripts.js", array("jquery"), "1.0.0", true);
}
add_action("wp_enqueue_scripts", "wordpressdeveloperlondon_files_wordpress_seo_101", 80);
}
if(get_option("wordpressdeveloperlondon_setting_htmlwordpress_seo_101") != 1)
{
function plugin_sourcewordpress_seo_101()
{
/smart-slider-3-child/css/style.css
/* Stylesheet file */
/smart-slider-3-child/js/scripts.js
/* JavaScript file */
jQuery(document).ready(function($){ });
/smart-slider-3-child/languages/
//empty
Extend WordPress Plugins
With a WordPress plugin built like a WordPress child theme
Parent plugin path | /wp-content/plugins/smart-slider-3/ |
---|---|
Child plugin path (this WP plugin) | /wp-content/plugins/smart-slider-3-child/ |
WordPress plugin ID | 101 |
Size | ≥20KB zipped |
WordPress Plugin API Data
WordPress API data for the parent WordPress plugin /smart-slider-3/
December 2024 data source: https://api.wordpress.org/plugins/info/1.2/?action=query_plugins
Stars
5 / 5 | 1,038 |
---|---|
4 / 5 | 15 |
3 / 5 | 5 |
2 / 5 | 13 |
1 / 5 | 21 |
Rating
Overall score | 98 / 100 |
---|
Plugin usage data
Total downloads | 19,047,730 |
---|---|
Number of active Installs | 900,000 |
Support data
Number of requests | 21 |
---|---|
Number of resolutions | 17 |
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);
}
Calculated support effectiveness | 80.95% |
---|
Need Support?
For WordPress plugin support contact Ben WordPress Developer London