block background colours and tint

This commit is contained in:
2026-01-02 01:15:56 +00:00
parent b0d6d90616
commit 70e995cbd5
6 changed files with 175 additions and 15 deletions

View File

@@ -6,8 +6,8 @@ class DisablePost
{
public function __construct()
{
add_filter('register_post_type_args', [$this, 'args'], 0, 2);
add_filter('register_taxonomy_args', [$this, 'args'], 0, 2);
// add_filter('register_post_type_args', [$this, 'args'], 0, 2);
// add_filter('register_taxonomy_args', [$this, 'args'], 0, 2);
}
public function args($args, $type)