Plugin Directory

Changeset 2103120


Ignore:
Timestamp:
06/10/2019 06:28:30 AM (7 years ago)
Author:
orenhav
Message:

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

Location:
oh-add-script-header-footer/trunk
Files:
2 edited

Legend:

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

    r1969609 r2103120  
    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.2
     7 * Version: 3.3
    88 * Author: orenhav (SOGO)
    99 * Author URI: http://sogo.co.il
     
    5858    }
    5959
    60     echo stripslashes( $output );
    61 
    6260    $sogo_header_footer = get_option( 'sogo_header_footer' );
    6361
     
    6563        echo stripslashes(  $sogo_header_footer['oh_header'] );
    6664    }
     65
     66    echo stripslashes( $output );
    6767
    6868}
  • oh-add-script-header-footer/trunk/readme.txt

    r2100256 r2103120  
    100100(thanks to Birdie‏  )
    101101
     102= 3.2 =
     103output the individual script after the generic script to support google conversion
    102104
    103105== Upgrade Notice ==
Note: See TracChangeset for help on using the changeset viewer.