PATH:
home
/
letacommog
/
entrepro
/
wp-content
/
themes
/
rehub
/
functions
<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?> <?php // commentplus scripts function commentplus_re_scripts() { wp_enqueue_script( 'commentplus_re', get_template_directory_uri().'/js/commentplus_re.js', array('jquery'), '1.0', 1 ); wp_localize_script( 'commentplus_re', 'cplus_var', array( 'url' => admin_url('admin-ajax.php'), 'nonce' => wp_create_nonce('commre-nonce'), ) ); } add_action('wp_enqueue_scripts','commentplus_re_scripts', 12); add_action( 'wp_ajax_nopriv_commentplus', 'commentplus_re' ); add_action( 'wp_ajax_commentplus', 'commentplus_re' ); //add_filter('comment_text', 'getCommentLike_re' );
[+]
..
[-] vc_functions_theme.php
[edit]
[+]
vc
[+]
vc_templates
[-] member_helper_functions.php
[edit]
[-] affiliate_functions.php
[edit]
[-] user_review_functions.php
[edit]
[-] edd_functions.php
[edit]
[-] thumbandhot.php
[edit]
[-] taxonomy_meta.php
[edit]
[-] video_class.php
[edit]
[-] review_functions.php
[edit]
[-] user_review_no_editor.php
[edit]
[-] woo_store_permalink_class.php
[edit]
[-] woo_store_taxonomy_class.php
[edit]
[-] woo_functions.php
[edit]
[-] vc_functions.php
[edit]
[-] ajax_helper_functions.php
[edit]
[-] commentplus.php
[edit]
[-] helper_functions.php
[edit]
[-] sidebar_functions.php
[edit]
[-] rehub_ajax.php
[edit]