Lines:
1 to 49 of 49
<?php // (C) Copyright Bobbing Wide 2012-2018 /* function cookie_cat_inactive() – Display a message when cookie-cat is not functional due to the dependencies not being activated or installed Note: We can’t use oik APIs here as we don’t know if it’s activated. */ /* function cookie_cat_lazy_activation() – Test if cookie_cat is functional */ /* function cookie_cat_lazy_admin_menu() – Define cookie-cat settings fields and page */ /* function cookie_cat_options_do_page() – cookie-cat options page */ /* function cookie_cat_options() – */ /* function cookie_cat_cookie_list() – Return the cookie list parameter for the request Note: we pass the full cookie name to the server since we expect it to be able to perform a better job in cookie_cat_simplify() */ /* function cookie_cat_feeder_url() – */ /* function cookie_cat_load_xml() – This should become an oik API, with a bit of error checking */ /* function cookie_cat_load_feed() – */ /* function cookie_cat_write_temp_xml() – */ /* function cookie_cat_save_xml() – */ if ( !function_exists( "bw_update_option" ) ) { /* function bw_update_option() – Set the value of an option field in the options group */ } /* function cookie_cat_load_temp_xml() – */ if ( !function_exists( "bw_file2url" ) ) { /* function bw_file2url() – Convert an upload dir file name to an URL */ /* function bw_url2file() – */ } /* function cookie_cat_catalog() – Display the cookie catalog */ /* function cookie_cat_warning_message() – Produce message telling user that information will be passed to another server */ /* function cookie_cat_feed() – */ /* function cookie_cat_xml_form() – */ /* function cookie_cat_reset_form() – */View on GitHub View on Trac