add_filter('wpmeteor_enabled', function ($value) { global $post; if ($post && $post-> ID == 1) { return false; } return $value; });
Last updated 1 year ago
Was this helpful?