You appear to be a bot. Output may be restricted
Description
Produces a message telling the user that information will be passed to another server
Usage
cookie_cat_warning_message();
Parameters
Returns
voidSource
File name: cookie-cat/admin/cookie-cat.phpLines:
1 to 7 of 7
function cookie_cat_warning_message() { p( "When you select the <b>Load XML</b> function, information from your website is passed to the cookie-cat server." ); p( "This includes the names of cookies which are currently set in your browser. Only the cookie names are passed, not the content." ); p( "This information may be used to help identify the mapping of cookies to plugins." ); p( "If you do not want this information to be passed then please don't use the function." ); alink( null, "https://cookie-cat.co.uk/cookie-cat-design-part-ia-cookie-cat-v1-1/", "Read about the cookie-cat design" ); }View on GitHub View on Trac