Changeset 2260618
- Timestamp:
- 03/13/2020 03:52:43 PM (6 years ago)
- Location:
- applixir/trunk
- Files:
-
- 2 edited
-
inc/class-applixir-restriction.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
applixir/trunk/inc/class-applixir-restriction.php
r2249112 r2260618 11 11 12 12 add_shortcode('insert-AppLixir', '__return_empty_string'); 13 add_action('wp_footer', array( $this, ' update_counter'));13 add_action('wp_footer', array( $this, 'insert_ad_div'), 9999999); 14 14 } 15 15 … … 52 52 53 53 54 $message = '<div id="applixir_vanishing_div" hidden> 55 <iframe id="applixir_parent" allow="autoplay"></iframe> 56 </div>'; 57 $message .= '<script>'; 54 55 $message = '<script>'; 58 56 $message .=' var applixir_settings ='.json_encode($settings); 59 57 … … 112 110 113 111 } 112 113 function insert_ad_div(){ 114 $message = '<div id="applixir_vanishing_div" hidden> 115 <iframe id="applixir_parent" allow="autoplay"></iframe> 116 </div>'; 117 echo $message; 118 119 } 114 120 } 115 121 new Applixir_Restriction(); -
applixir/trunk/readme.txt
r2249112 r2260618 5 5 Tested up to: 5.3 6 6 Requires PHP: 5.6 7 Stable tag: 1. 07 Stable tag: 1.1 8 8 License: GPL3 9 9 … … 35 35 36 36 == Changelog == 37 1.1 38 Fixed player positioning 39 37 40 1.0 38 41 Initial launch
Note: See TracChangeset
for help on using the changeset viewer.