Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author dFactory

    (@dfactory)

    I don’t think it should get into the plugin but it’s possible with a bit of coding.

    Just trigger an ajax call on setCookieNotice javascript event, like this:

    ( function ( $ ) {
    	/**
    	 * Hook into setCookieNotice event
    	 */
    	$( document ).on( 'setCookieNotice', function ( event ) {
    		// do something with the data attached to this event
    	}
    } )( jQuery );
    Thread Starter Alberto Cocchiara

    (@bigbabert)

    Thanks for the answer and the snippet

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Store users acceptance’ is closed to new replies.