Changeset 1735236
- Timestamp:
- 09/25/2017 05:04:34 AM (9 years ago)
- Location:
- bkc-action-hooks/trunk
- Files:
-
- 7 edited
-
bkc-action-hooks.php (modified) (2 diffs)
-
classes/class-bkc-action-hooks-customizer.php (modified) (1 diff)
-
classes/class-bkc-action-hooks-loader.php (modified) (1 diff)
-
classes/class-bkc-action-hooks-markup.php (modified) (1 diff)
-
custom-control/repeater/class-bkc-control-repeater.php (modified) (1 diff)
-
custom-control/repeater/repeater.js (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bkc-action-hooks/trunk/bkc-action-hooks.php
r1727842 r1735236 1 1 <?php 2 2 /** 3 * Plugin Name: BKCAction Hooks3 * Plugin Name: Action Hooks 4 4 * Description: This Plugin provides all frontend hooks in Customizer to add content multiple time on same hook with repeater. 5 5 * Version: 1.0.0 … … 8 8 * Text Domain: bkc-action-hooks 9 9 * 10 * @package BKCAction Hooks10 * @package Action Hooks 11 11 * @author Dinesh Chouhan 12 12 */ -
bkc-action-hooks/trunk/classes/class-bkc-action-hooks-customizer.php
r1727842 r1735236 1 1 <?php 2 2 /** 3 * BKCAction Hooks Customizer Class3 * Action Hooks Customizer Class 4 4 * 5 * @package BKCAction Hooks5 * @package Action Hooks 6 6 * @author Dinesh Chouhan 7 7 */ -
bkc-action-hooks/trunk/classes/class-bkc-action-hooks-loader.php
r1727842 r1735236 1 1 <?php 2 2 /** 3 * BKCAction Hooks Loader Class3 * Action Hooks Loader Class 4 4 * 5 * @package BKCAction Hooks5 * @package Action Hooks 6 6 * @author Dinesh Chouhan 7 7 */ -
bkc-action-hooks/trunk/classes/class-bkc-action-hooks-markup.php
r1727842 r1735236 1 1 <?php 2 2 /** 3 * BKCAction Hooks Markup Class3 * Action Hooks Markup Class 4 4 * 5 * @package BKCAction Hooks5 * @package Action Hooks 6 6 * @author Dinesh Chouhan 7 7 */ -
bkc-action-hooks/trunk/custom-control/repeater/class-bkc-control-repeater.php
r1727842 r1735236 3 3 * Customizer Control: repeater 4 4 * 5 * @package BKCAction Hooks5 * @package Action Hooks 6 6 * @author Dinesh Chouhan 7 7 */ -
bkc-action-hooks/trunk/custom-control/repeater/repeater.js
r1727842 r1735236 4 4 * Handles the repeater 5 5 * 6 * @package BKCAction Hooks6 * @package Action Hooks 7 7 */ 8 8 -
bkc-action-hooks/trunk/readme.txt
r1727941 r1735236 1 === BKCAction Hooks ===1 === Action Hooks === 2 2 Contributors: dineshc 3 Donate link: https://www.paypal.me/dcmayankavi4 3 Tags: wp-action, action-hooks, theme-hooks, wordpress-hooks 5 4 Requires at least: 3 6 5 Tested up to: 4.8.1 7 6 8 BKCAction Hooks will helps to add HTML markup on any action from Customizer with Live Preview.7 Action Hooks will helps to add HTML markup on any action from Customizer with Live Preview. 9 8 10 9 == Description == 11 10 12 BKCAction Hooks providing live preview of Adding action hooks from customizer multiple time with Repeater. User can add HTML Markup, JavaScript, CSS if required. This plugin will support with all themes. It will list out all the applicable actions hooks for frontend.11 Action Hooks providing live preview of Adding action hooks from customizer multiple time with Repeater. User can add HTML Markup, JavaScript, CSS if required. This plugin will support with all themes. It will list out all the applicable actions hooks for frontend. 13 12 14 13 == Installation == … … 25 24 == Screenshots == 26 25 27 https://i.imgur.com/P7EL5y5.png28 https://i.imgur.com/pHpNeml.png29 https://i.imgur.com/jOqZMYx.png30 https://i.imgur.com/UJNl9Dp.png26 1. https://i.imgur.com/P7EL5y5.png 27 2. https://i.imgur.com/pHpNeml.png 28 3. https://i.imgur.com/jOqZMYx.png 29 4. https://i.imgur.com/UJNl9Dp.png 31 30 32 31 == Changelog ==
Note: See TracChangeset
for help on using the changeset viewer.