Lines:
1 to 56 of 56
<?php // (C) Copyright Bobbing Wide 2012-2015 /* function cookie_cat_default_temp_xml() – Set the location of the temporary XML file, in the upload directory folder */ /* function cookie_cat_default_xml() – Set the location of the cc_mapping.xml file delivered as part of the plugin */ /* function cookie_cat_default_saved_xml() – Set the location of the "saved" cc_mapping XML file */ /* function cookie_cat_default_url() – Build the default URL for the feed request */ /* function cookie_cat_default_extras() – Set the extra values for the dummy plugins: wordpress, PHP */ /* function cookie_cat_plugins() – Return a comma separated list of active plugin names ( without directory or .php) */ /* function cookie_cat_default_browser() – Default to not reporting browser cookies */ /* function cookie_cat_default_options() – Set the cookie cat default option fields using callback functions */ /* function cookie_cat_rows() – Display the cookie rows */ /* function cookie_cat_row() – Display a cookie row: consisting of cookie name, category, description and duration */ /* function cookie_cat_table() – Display the table of cookies */ /* function cookie_cat_info_defaults() – Load the cookie-cat mapping of plugins to cookies */ /* function cookie_cat_as_array() – Return an array of cookies */ /* function cookie_cat() – Implement the [cookies] shortcode */ /* function cookie_cat_info() – Define a cookie, category and callback for description */ /* function cookie_cat_simplify() – Simplify the cookie name */ /* function oik_get_preg_cookies() – Return a string of cookies for cookie_cat_simplify */ /* function cookie_cat_defaults() – Build a list of the defaults based on the current cookies AND the activated plugins OR the selected cookies */ /* function oik_query_plugin_cookies() – Return the cookies for a specific plugin ( or theme – **?**) */ /* function oik_default_plugin_cookies() – Return an array listing the default cookies that a WordPress site could use */ /* function cc_get_active_plugins() – Return an array of ALL active plugins – for single or multisite */ /* function oik_active_plugin_cookies() – Return an array of default cookie names for the active or specially identified plugins */ /* function oik_lazy_cookie_filter() – ‘cookies’ filter oik’s own implementation of the */ /* function cookies__syntax() – */ /* function cookies__help() – */View on GitHub View on Trac