Absolutely, when adding CSS there is an option to have it loaded in the admin area instead of on the site’s front-end.
Hello.
Thanks for the Info.
Another question on a slightly different topic.
If I add a code snippet, do I have to specifically “tag” it where it will be applied?
For example, I have some code snippets in my Functions PHP from the child theme. I also have some code snippets in BuddyPress BP Custom PHP.
If I want to add these codes individually in the Code Snippets Plugin, do I have to specify that Snippet 1 belongs to Functions PHP and Snippet 2 to BP Custom PHP?
Or does the plugin automatically recognize where this code needs to be applied?
And do I have to have a Functions PHP File and a BP CUstom PHP File on my server? Or do I not have to create them at all?
thanks
Your code should contain the add_action or add_filter function hooks that dictate where it applies.
Assuming your code is written in this manner, you can just add it all as Functions (PHP) snippets regardless of where it came from.