You appear to be a bot. Output may be restricted
Description
Usage
cookie_cat_feeder_url();
Parameters
Returns
voidSource
File name: cookie-cat/admin/cookie-cat.phpLines:
1 to 5 of 5
function cookie_cat_feeder_url() { $url = "&furl="; $url .= network_admin_url( oik_version() . '/' . bw_format_date( null, "Y/m/d H:i:s") ); return( $url ); }View on GitHub View on Trac