Changeset 1825376
- Timestamp:
- 02/20/2018 03:09:31 PM (8 years ago)
- File:
-
- 1 edited
-
book-now/trunk/book-now.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
book-now/trunk/book-now.php
r1762752 r1825376 2 2 /** 3 3 * @package Book_Now 4 * @version 1.3. 84 * @version 1.3.9 5 5 */ 6 6 /* … … 9 9 Description: This plugin adds a fixed call to action button to your site, with text and link to anywhere you want. 10 10 Author: RianGraphics 11 Version: 1.3. 811 Version: 1.3.9 12 12 Author URI: http://www.riangraphics.com/book-now/ 13 13 */ … … 116 116 $mytrue = get_option( 'rg_book_enable' ); 117 117 $pageid = get_option( 'rg_page_id' ); 118 $truepgid = explode(',',$pageid); 118 119 $target = get_option( 'rg_target' ); 119 if(!is_admin() && $mytrue == 1 && !is_page( array($pageid)) && !is_single(array($pageid))) {120 if(!is_admin() && $mytrue == 1 && !is_page($truepgid) && !is_single($truepgid)) { 120 121 echo " 121 122 <div id='rg-book'> … … 179 180 transform: none; 180 181 right: inherit; 182 left: inherit; 181 183 width: 100%; 182 184 margin:0 auto;
Note: See TracChangeset
for help on using the changeset viewer.