admin_url('admin-ajax.php'), ); wp_localize_script('remax-store-productstab-ajax', 'REMAX_STOREAJAX', $localize); wp_enqueue_script('remax-store-productstab-ajax'); /** * comments replay js */ if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) { wp_enqueue_script( 'comment-reply' ); } } } new Remax_Store_Enqueue_Scripts(); }