Cookie Tasting is a WordPress app, with a 5.0 average rating from 1 review, as of Aug 31, 2026.
Cookie Tasting is a WordPress Plugin Directory app by Tarosky Inc.. With a rating of 5.0★ from 1 reviews.
AppRanks verdict
Generated from live marketplace data — refreshed daily
Cookie Tasting is a category-leading WordPress app with a limited review volume. Category data on the canonical marketplace listing is currently incomplete, so AppRanks falls back to platform-wide rather than category-relative comparison for this listing. 1 reviews put it in the early-traction tier — useful for early-stage stores willing to be on the leading edge. Early-traction review counts are sensitive to single launch periods or feature events, so a 30-day re-check before bigger commitments often resolves whether the trend is sustained. Paid-only pricing means evaluating fit on the marketplace listing or via the developer's documentation before installing. AppRanks tracks rating, review count, pricing tier, and category position daily — the figures on this page reflect the most recent scrape from the canonical WordPress Plugin Directory listing.
Pros
- +High average rating (5.0★) signals consistent merchant satisfaction
- +Published by Tarosky Inc. — established developer track record
Cons
- −Limited review base (1) — ratings can shift significantly with new feedback
Looking to switch from Cookie Tasting?
See Cookie Tasting's alternatives ranked by audit score, rating, and review velocity.
How Cookie Tasting works
Show full descriptionShow less
This plugin sets user cookie when user is logged in.
You can use cookie as data store,
so you can use it as UI resource.
Visibility This plugin adds class to html element.
ct-logged-in The current user is logged in.
ct-not-logged-in The current user is anonymous.
You can control elements visibility with CSS.
.some-element{ display: none; } .ct-logged-in .some-element{ display: block; } From JavaScript You can use Global Object CookieTasting for utility.
CookieTasting.userName() Returns user name. If not logged in, returns ‘Guest’.
CookieTasting.lastUpdated() Returns timestamp of last log in check. If this equals 0, it means that user is anonymous.
Besides that, this plugin checks periodically log-in status.
You can handle it with jQuery.
jQuery( document ).on( 'cookie.tasting', function( event, response ) { if ( response.login ) { // User is logged in. // If you use React... setAttributes({ name: CookieTasting.userName() }) } else { // User is not logged in. } } ); If you use react or something, updated the status with setState().
Check Before Action If you manage cached WordPress and customizing your own theme,
It’s a good idea to implement dynamic UI components with JavaScript.
You can check user’s credential just before important actions.
// Click action for button. $('.read-more').click( function( e ) { e.preventDefault(); // Check cookie before do something. CookieTasting.testBefore().then( function( response ) { // Now user has fresh information. // Load premium contents. loadPremiumContents(); }).catch( function( response ) { // This user is not logged in. // Redirect them to login page. window.locaion.href = '/wp-login.php'; } ); } ); Plese remember adding dependency for cookie-tasting-heartbeat to your script.
Handle UUID By default, this plugin set UUID for each user. This will be…
Unique for each logged in user and will be saved as user_meta.
Also kept for anonymous user.
So you can use it for Google Analytic’s User ID View.
const uuid = CookieTasting.get( 'uuid' ); // For Google Analytics. ga( 'set', "userId", uid );
Competitors & alternatives
AppRanks tracks competitor sets per category. For Cookie Tasting, the independent listing audit includes a competitive context section, and the full WordPress app index shows the broader marketplace landscape this app competes in. Sign up free to surface a side-by-side competitor matrix customized to your tracked apps.
Frequently asked questions
What is Cookie Tasting?
Cookie Tasting is an app for WordPress. It currently holds a 5.0-star rating from 1 merchant review, and AppRanks has been tracking its public marketplace data on the refresh cadence published in our methodology. AppRanks tracks its category position, review-velocity trend, and the top alternatives in the same space. Developed by Tarosky Inc.