Plugin Directory

Changeset 2107509


Ignore:
Timestamp:
06/17/2019 03:43:42 PM (7 years ago)
Author:
orenhav
Message:

output the individual script after the generic script to support google conversion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • oh-add-script-header-footer/trunk/oh-add-script-header-footer.php

    r2103120 r2107509  
    55 * Description:  create a simple way to add js code to individual page post or custom post type header
    66 * and footer, in this way it enable you to add google re-marketing code to individual pages
    7  * Version: 3.3
     7 * Version: 3.4
    88 * Author: orenhav (SOGO)
    99 * Author URI: http://sogo.co.il
     
    8585    }
    8686
    87     echo stripslashes( $output );
     87
    8888
    8989    $sogo_header_footer = get_option( 'sogo_header_footer' );
     
    9393    }
    9494
    95 
     95    echo stripslashes( $output );
    9696
    9797
Note: See TracChangeset for help on using the changeset viewer.