File tree Expand file tree Collapse file tree 5 files changed +23
-15
lines changed Expand file tree Collapse file tree 5 files changed +23
-15
lines changed Original file line number Diff line number Diff line change 11<p align =" center " >
2- <img src =" ch .jpg?raw=true" >
2+ <img src =" codehaveli-squar-logo-1024 .jpg?raw=true" >
33</p >
44
55
88
99Ispired from [ woocommerce/theme-customisations] ( https://github.com/woocommerce/theme-customisations )
1010
11- Some code removed for easy to use
12- Comment added
13- Plugin URL and PATH defined for easy use
11+ ### Improvements
1412
15- == Installation ==
13+ * Plugin URL and PATH defined and reused in code.
14+ * Unnecessary code removed.
15+ * Proper Folder structure added.
1616
17- 1 . Upload ` ch-theme-customizer ` to the ` /wp-content/plugins/ ` directory
17+
18+ ### Installation
19+
20+ 1 . Upload ` wordpress-theme-customizer ` to the ` /wp-content/plugins/ ` directory
18212 . Add your customizations to the plugin either locally or via Plugins > Editor in the Dashboard
19223 . Activate the plugin through the 'Plugins' menu in WordPress
20234 . Done!
2124
2225== Usage ==
23- 1 . Add your Css and js into ` assets/js and assets/CSS `
26+ 1 . Add your Css and js into ` assets/js and assets/css `
24272 . Plugin will Automatically add it to Site source code
2528
2629== Conclusion ==
2730
28- Anyone can use and modify my code please, Please report issue if found
31+ Anyone can use and modify my code please, Please report issue if found.
2932
30- Visit Here For More [ Code Haveli ] ( https://codehaveli .com )
33+ Visit Here For More [ Codehaveli ] ( https://wwwcodehaveli .com )
Original file line number Diff line number Diff line change 1+ /*
2+ * @Author: Codehavel
3+ * @Date: 2020-09-03 21:03:58
4+ * @Last Modified by: Codehaveli
5+ * @Last Modified time: 2020-09-03 21:12:02
6+ */
Original file line number Diff line number Diff line change 11<?php
22/*
3- Plugin Name: CH Theme Customizer
4- Plugin URI: https://codehaveli .com/
5- Description: Theme Customizer for Custom function and Csss
3+ Plugin Name: Codehvaeli Theme Customizer
4+ Plugin URI: https://github .com/codehaveli/wordpress-theme-customizer
5+ Description: Theme Customizer for Custom function,css,js
66Version: 1.0
7- Author: Code Haveli
8- Author URI: https://codehaveli .com/
7+ Author: Codehaveli
8+ Author URI: https://wwwcodehaveli .com/
99License: GPL2
1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111Text Domain: ch-theme-customizer
1818
1919
2020define ( 'CH_PLUGIN_PATH ' , plugin_dir_path ( __FILE__ ) ); // returns like /home/user/site/
21-
2221define ( 'CH_PLUGIN_URL ' , plugin_dir_url ( __FILE__ ) ); // returns like https://example.com/wp-content/yourplugin/
2322
2423
You can’t perform that action at this time.
0 commit comments