Remove theme support via plugin?
-
I’m attempting to write my first plugin. How do you de-register a theme feature via a plugin?
Obviously, putting
remove_theme_support( 'custom-background' );
in the plugin file doesn’t work.Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Remove theme support via plugin?’ is closed to new replies.