File: /var/www/html/insiders/wp-load/wp-content/plugins/breadly/lib/inview/inview.php
<?php
add_action( 'init', 'gtm_register_asset_inview' );
function gtm_register_asset_inview() {
wp_register_script( 'gutenmate-inview', GTM_LIB_URL . 'inview/dist/gutenmate-inview.js', [], GTM_VERSION, true );
wp_register_style( 'gutenmate-inview', GTM_LIB_URL . 'inview/dist/gutenmate-inview.css', [], GTM_VERSION );
wp_style_add_data( 'gutenmate-inview', 'rtl', 'replace' );
}
function gtm_use_inview() {
wp_enqueue_script( 'gutenmate-inview' );
wp_enqueue_style( 'gutenmate-inview' );
}