Changeset 2103120
- Timestamp:
- 06/10/2019 06:28:30 AM (7 years ago)
- Location:
- oh-add-script-header-footer/trunk
- Files:
-
- 2 edited
-
oh-add-script-header-footer.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
oh-add-script-header-footer/trunk/oh-add-script-header-footer.php
r1969609 r2103120 5 5 * Description: create a simple way to add js code to individual page post or custom post type header 6 6 * and footer, in this way it enable you to add google re-marketing code to individual pages 7 * Version: 3. 27 * Version: 3.3 8 8 * Author: orenhav (SOGO) 9 9 * Author URI: http://sogo.co.il … … 58 58 } 59 59 60 echo stripslashes( $output );61 62 60 $sogo_header_footer = get_option( 'sogo_header_footer' ); 63 61 … … 65 63 echo stripslashes( $sogo_header_footer['oh_header'] ); 66 64 } 65 66 echo stripslashes( $output ); 67 67 68 68 } -
oh-add-script-header-footer/trunk/readme.txt
r2100256 r2103120 100 100 (thanks to Birdie ) 101 101 102 = 3.2 = 103 output the individual script after the generic script to support google conversion 102 104 103 105 == Upgrade Notice ==
Note: See TracChangeset
for help on using the changeset viewer.