Plugin Directory

Changeset 1735236


Ignore:
Timestamp:
09/25/2017 05:04:34 AM (9 years ago)
Author:
dineshc
Message:

BKC Action Hooks renamed with Action Hooks

Location:
bkc-action-hooks/trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • bkc-action-hooks/trunk/bkc-action-hooks.php

    r1727842 r1735236  
    11<?php
    22/**
    3  * Plugin Name: BKC Action Hooks
     3 * Plugin Name: Action Hooks
    44 * Description: This Plugin provides all frontend hooks in Customizer to add content multiple time on same hook with repeater.
    55 * Version: 1.0.0
     
    88 * Text Domain: bkc-action-hooks
    99 *
    10  * @package BKC Action Hooks
     10 * @package Action Hooks
    1111 * @author Dinesh Chouhan
    1212 */
  • bkc-action-hooks/trunk/classes/class-bkc-action-hooks-customizer.php

    r1727842 r1735236  
    11<?php
    22/**
    3  * BKC Action Hooks Customizer Class
     3 * Action Hooks Customizer Class
    44 *
    5  * @package BKC Action Hooks
     5 * @package Action Hooks
    66 * @author Dinesh Chouhan
    77 */
  • bkc-action-hooks/trunk/classes/class-bkc-action-hooks-loader.php

    r1727842 r1735236  
    11<?php
    22/**
    3  * BKC Action Hooks Loader Class
     3 * Action Hooks Loader Class
    44 *
    5  * @package BKC Action Hooks
     5 * @package Action Hooks
    66 * @author Dinesh Chouhan
    77 */
  • bkc-action-hooks/trunk/classes/class-bkc-action-hooks-markup.php

    r1727842 r1735236  
    11<?php
    22/**
    3  * BKC Action Hooks Markup Class
     3 * Action Hooks Markup Class
    44 *
    5  * @package BKC Action Hooks
     5 * @package Action Hooks
    66 * @author Dinesh Chouhan
    77 */
  • bkc-action-hooks/trunk/custom-control/repeater/class-bkc-control-repeater.php

    r1727842 r1735236  
    33 * Customizer Control: repeater
    44 *
    5  * @package BKC Action Hooks
     5 * @package Action Hooks
    66 * @author Dinesh Chouhan
    77 */
  • bkc-action-hooks/trunk/custom-control/repeater/repeater.js

    r1727842 r1735236  
    44 * Handles the repeater
    55 *
    6  * @package BKC Action Hooks
     6 * @package Action Hooks
    77 */
    88
  • bkc-action-hooks/trunk/readme.txt

    r1727941 r1735236  
    1 === BKC Action Hooks ===
     1=== Action Hooks ===
    22Contributors: dineshc
    3 Donate link: https://www.paypal.me/dcmayankavi
    43Tags: wp-action, action-hooks, theme-hooks, wordpress-hooks
    54Requires at least: 3
    65Tested up to: 4.8.1
    76
    8 BKC Action Hooks will helps to add HTML markup on any action from Customizer with Live Preview.
     7Action Hooks will helps to add HTML markup on any action from Customizer with Live Preview.
    98
    109== Description ==
    1110
    12 BKC 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.
     11Action 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.
    1312
    1413== Installation ==
     
    2524== Screenshots ==
    2625
    27 https://i.imgur.com/P7EL5y5.png
    28 https://i.imgur.com/pHpNeml.png
    29 https://i.imgur.com/jOqZMYx.png
    30 https://i.imgur.com/UJNl9Dp.png
     261. https://i.imgur.com/P7EL5y5.png
     272. https://i.imgur.com/pHpNeml.png
     283. https://i.imgur.com/jOqZMYx.png
     294. https://i.imgur.com/UJNl9Dp.png
    3130
    3231== Changelog ==
Note: See TracChangeset for help on using the changeset viewer.