加载预览后的elementor挂钩是什么?

时间:2018-12-26 10:56:10

标签: php wordpress elementor wordpress-hook

我使用elementor-plugin,并且要在加载所有小部件和预览页面后添加脚本。 我在elementor中使用owl-carousel Jquery插件。 但是我的代码在elementor或预览页面中没有任何元素。下面是代码示例:-

function load_custom_script() {
    wp_enqueue_script(
        'custom',
        get_template_directory_uri() . '/assets/js/custom.js',
        true
    );   
}

add_action( 'elementor/preview/enqueue_scripts','load_custom_script');

0 个答案:

没有答案