Changeset 2107509
- Timestamp:
- 06/17/2019 03:43:42 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
oh-add-script-header-footer/trunk/oh-add-script-header-footer.php
r2103120 r2107509 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. 37 * Version: 3.4 8 8 * Author: orenhav (SOGO) 9 9 * Author URI: http://sogo.co.il … … 85 85 } 86 86 87 echo stripslashes( $output ); 87 88 88 89 89 $sogo_header_footer = get_option( 'sogo_header_footer' ); … … 93 93 } 94 94 95 95 echo stripslashes( $output ); 96 96 97 97
Note: See TracChangeset
for help on using the changeset viewer.