Customise Media Sync WordPress plugin v1.4.7+
WordPress plugin ID: 1418 media-sync-child download to customise Media Sync WordPress plugin version 1.4.7+ author erolsk8.
Downloadmedia-sync-child/plugin.php
/*
* Plugin Name: Media Sync Child Plugin
* Plugin URI: https://www.wordpressdeveloperlondon.com/media-sync/
* Description: Custom Media Sync plugin code dependant on Media Sync 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: media-sync-child
* Domain Path: /languages
* Requires Plugins: media-sync
*/
/*
* -----------------------------------------------------------------------------------------------------
* WordPress plugin ID: 1418 media-sync-child version 1.0.1
* WordPress plugin dependancy: Media Sync
* -----------------------------------------------------------------------------------------------------
*/
if((get_option("wordpressdeveloperlondon_settingwordpress_seo_1418")) != 1)
{
function wordpressdeveloperlondon_files_wordpress_seo_1418()
{
$plugin_url = plugin_dir_url(__FILE__);
wp_enqueue_style("wordpress_seo_1418-stylesheet", $plugin_url . "css/style.css");
wp_enqueue_script("wordpress_seo_1418-script", $plugin_url . "js/scripts.js", array("jquery"), "1.0.0", true);
}
add_action("wp_enqueue_scripts", "wordpressdeveloperlondon_files_wordpress_seo_1418", 80);
}
if(get_option("wordpressdeveloperlondon_setting_htmlwordpress_seo_1418") != 1)
{
function plugin_sourcewordpress_seo_1418()
{
/css/style.css
/* Stylesheet file */
/js/scripts.js
/* JavaScript file */
jQuery(document).ready(function($){ });
/languages/
//empty
Extend WordPress Plugins
With a WordPress plugin built like a WordPress child theme
Parent plugin path | /wp-content/plugins/media-sync |
---|---|
Child plugin path (this WP plugin) | /wp-content/plugins/media-sync-child |
WordPress plugin ID | 1418 |
Size | ≥20KB zipped |
Parent Plugin API Data
Star rating
Score | 94 / 100 |
---|---|
Total | 77 |
1 Star | 3 |
2 Star | 3 |
3 Star | 0 |
4 Star | 0 |
5 Star | 71 |
Plugin usage
Downloads | 386,826 |
---|---|
Active Installs | 30,000 |
Support
Requests | 0 |
---|---|
Requests Solved | 0 |
December 2024 data source: https://api.wordpress.org/plugins/info/1.2/?action=query_plugins
Support
Contact Ben about WordPress plugin ID: 1418 WordPress Developer London since 2006