Skip to content
Snippets Groups Projects
Commit e30ce3bc authored by ale's avatar ale
Browse files

Do not enable archived-banner just yet

parent 7e2ab630
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ function is_blog_abandoned() { ...@@ -23,7 +23,7 @@ function is_blog_abandoned() {
return ($last_post_date < $five_years_ago); return ($last_post_date < $five_years_ago);
} }
add_action('wp_enqueue_scripts', 'ai_archived_blog_banner'); //add_action('wp_enqueue_scripts', 'ai_archived_blog_banner');
function ai_archived_blog_banner() { function ai_archived_blog_banner() {
$script_params = array( $script_params = array(
"enabled" => true, "enabled" => true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment