PATH:
home
/
letacommog
/
entrepro
/
wp-content
/
themes
/
rehub
/
shortcodes
/
tinyMCE
/
includes
<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?> <script data-cfasync="false"> // executes this when the DOM is ready jQuery(document).ready(function() { // handles the click event of the submit button jQuery('#submit').click(function(){ var options = { 'btn_text' : '', 'btn_url' : '', 'btn_price' : '', 'meta_btn_url' : '', 'meta_btn_price' : '', }; var timer = jQuery('#timer'); var shortcode = '[rehub_affbtn'; for( var index in options) { var value = jQuery('#form').find('#button-' + index).val(); if ( value !== '' ) shortcode += ' ' + index + '="' + value + '"'; } if(timer.is(":checked")) { shortcode += ' timer="1"'; } shortcode += ']'; // inserts the shortcode into the active editor window.send_to_editor(shortcode); // closes Thickbox tb_remove(); }); }); </script> <form action="/" method="get" id="form" name="form" accept-charset="utf-8"> <div class="affbtn"> <p> <label><?php _e('Text on button', 'rehub_framework') ;?></label> <input type="text" name="button-btn_text" value="" id="button-btn_text" /><br /> <small><?php _e('Or live blank for default', 'rehub_framework') ;?></small> </p> <div class="clear"></div> <p> <label><?php _e('Button url', 'rehub_framework') ;?></label> <input type="text" name="button-btn_url" value="" id="button-btn_url" /><br /> </p> <div class="clear"></div> <p> <label><?php _e('Or set name of meta field where you store url', 'rehub_framework') ;?></label> <input type="text" name="button-meta_btn_url" value="" id="button-meta_btn_url" /><br /> <small><?php _e('In this case, leave blank previous field', 'rehub_framework') ;?></small> </p> <div class="clear"></div> <p> <label><?php _e('Price on Button', 'rehub_framework') ;?></label> <input type="text" name="button-btn_price" value="" id="button-btn_price" /><br /> </p> <div class="clear"></div> <p> <label><?php _e('Or set name of meta field where you store price', 'rehub_framework') ;?></label> <input type="text" name="button-meta_btn_price" value="" id="button-meta_btn_price" /><br /> <small><?php _e('In this case, leave blank previous field', 'rehub_framework') ;?></small> </p> <div class="clear"></div> <p> <label><?php _e('Enable timer?', 'rehub_framework') ;?></label> <input id="timer" name="timer" type="checkbox" class="checks" value="false" /> <small><?php _e('You can leave all fields blank and enable this field if you want to show button from Main offer of post and timer based on expiration date', 'rehub_framework') ;?></small> </p> <div class="clear"></div> </div> <p> <label> </label> <input type="button" name="submit" value="<?php _e('Insert', 'rehub_framework') ;?>" class="button" id="submit"> </p> </form>
[+]
..
[-] quote.php
[edit]
[-] numberbox.php
[edit]
[-] toggle.php
[edit]
[-] postimagesslider.php
[edit]
[-] countdown.php
[edit]
[-] column.php
[edit]
[-] woobox.php
[edit]
[-] gallerycarousel.php
[edit]
[-] promobox.php
[edit]
[-] offerbox.php
[edit]
[-] rss.php
[edit]
[-] tooltip.php
[edit]
[-] titlebox.php
[edit]
[-] divider.php
[edit]
[-] cartbox.php
[edit]
[-] compare-bars.php
[edit]
[-] recentpostcarousel.php
[edit]
[-] reviewbox.php
[edit]
[-] button.php
[edit]
[-] taxarchive.php
[edit]
[-] customget.php
[edit]
[-] highlight.php
[edit]
[-] categorizator.php
[edit]
[-] dropcap.php
[edit]
[-] offerscorebox.php
[edit]
[-] numberheading.php
[edit]
[-] tabs.php
[edit]
[-] box.php
[edit]
[-] accordion.php
[edit]
[-] codebox.php
[edit]
[-] itinerary.php
[edit]
[-] lightbox.php
[edit]
[-] membercontent.php
[edit]
[-] map.php
[edit]
[-] woocompare.php
[edit]
[-] colortable.php
[edit]
[-] woolist.php
[edit]
[-] affbutton.php
[edit]
[-] reviewlistbox.php
[edit]
[-] recentpostlist.php
[edit]
[-] testimonial.php
[edit]
[-] proscons.php
[edit]
[-] bars.php
[edit]
[-] video.php
[edit]
[-] slider.php
[edit]
[-] list.php
[edit]
[-] price.php
[edit]