This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php // You probably don't need to add this opening PHP tag! | |
function my_custom_canvas_scripts() { | |
$classes = get_body_class(); | |
if ( in_array( 'page-template-elementor_canvas', $classes ) ) { ?> | |
<script type="text/javascript"> | |
<!--[Custom Script]><!--> | |
//(function($) { //Uncomment this for no conflict jQuery | |
// Add your script here |