$source ); } } return true; } /** * Clear all logs older than a defined number of days. Defaults to 30 days. * * @since 3.4.0 */ public function clear_expired_logs() { $days = absint( apply_filters( 'cartflows_logger_days_to_retain_logs', 30 ) ); $timestamp = strtotime( "-{$days} days" ); foreach ( $this->handlers as $handler ) { if ( is_callable( array( $handler, 'delete_logs_before_timestamp' ) ) ) { $handler->delete_logs_before_timestamp( $timestamp ); } } } }
Warning: Cannot modify header information - headers already sent by (output started at /home/hurnczha/public_html/wp-content/plugins/elementor/elementor.php:1) in /home/hurnczha/public_html/wp-includes/sitemaps/class-wp-sitemaps-renderer.php on line 126
https://hurn.co.za/wp-sitemap-posts-post-1.xmlhttps://hurn.co.za/wp-sitemap-posts-page-1.xmlhttps://hurn.co.za/wp-sitemap-posts-product-1.xmlhttps://hurn.co.za/wp-sitemap-posts-cartflows_step-1.xmlhttps://hurn.co.za/wp-sitemap-taxonomies-category-1.xmlhttps://hurn.co.za/wp-sitemap-taxonomies-post_tag-1.xmlhttps://hurn.co.za/wp-sitemap-taxonomies-product_cat-1.xmlhttps://hurn.co.za/wp-sitemap-taxonomies-product_tag-1.xmlhttps://hurn.co.za/wp-sitemap-users-1.xml