You appear to be a bot. Output may be restricted
Description
Usage
cookie_cat_write_temp_xml( $temp_xml );
Parameters
- $temp_xml
- ( mixed ) required –
Returns
voidSource
File name: cookie-cat/admin/cookie-cat.phpLines:
1 to 6 of 6
function cookie_cat_write_temp_xml( $temp_xml ) { $tempxml = cookie_cat_default_temp_xml(); $temp_xml_string = $temp_xml->asXML( $tempxml ); //$temp_xml_string = $temp_xml->asXML(); return( $tempxml ); }View on GitHub View on Trac