It depends! If you are only using a child theme to add code to functions.php and additional CSS to style.css , then you could quite easily replace your child theme with this plugin. However, if...
By
Snippets of any type you add using this plugin are stored completely independently from the theme, and so will not be affected when you update or change your theme.
By
While any extra plugin you add to your site will have some effect on overall performance, chances are that any change will be unnoticeable. The number of snippets you have on your site should...
By
Different types of tracking code, including Google Analytics, Microsoft Clarity, and Facebook Pixel easily be added to your snippet library without needing any other plugin. Please see the...
By
By default, deleting Code Snippets does not remove any of your snippets or settings. This is to prevent accidental loss of data. In order to ensure that Code Snippets cleans up all of its data, you...
By
If you have tracking code, custom CSS or JavaScript libraries, extra meta information, or anything else you’d like to add to your site’s <head> section, you can do so by copying and modifying...
By
Yes! You can individually export a single snippet using the link below the snippet name on the ‘Manage Snippets’ page or bulk export multiple snippets using the ‘Bulk Actions’ feature. Snippets can...
By
Select the checkboxes next to the snippets you want to export, and then choose Download from the Bulk Actions menu and click Apply . The generated PHP file will contain the exported snippets...
By
Yes. You can run snippets across an entire multisite network by Network Activating Code Snippets through the Network Dashboard. You can also activate Code Snippets just on the main site, and then...
By
Snippets are stored in the wp_snippets table in the WordPress database. If you are using a different prefix to the default wp_ , then the table name will be whatever table prefix you have chosen...
By
The first thing to check is this very documentation site. Make sure to use the search feature, and have a look through the articles and frequently asked questions . If your answer is not in this...
By
We really appreciate any and all suggestions that might help make our product better for all users. We have three ways for you to do this; choose whatever is easiest for you: Use this feedback...
By
All active snippets are executed on the plugins_loaded hook. That means that they will run as soon as all of the active plugins have been loaded into the site. Here's where that takes place in...
By
If you want to run a Code Snippet only on specific parts on your site, you can use conditional tags in a Function Snippet to only run the snippet based on certain conditions. Here's an example...
By
Q&A - UPDATED! + What will the price of Pro be? - Starting at $29 During launch pricing will start at only $29, $49, and $99 per year for 2, 6 or 200 sites. After launch prices will go to normal;...
By
If you have some content that you would like to add as a snippet and then reuse amongst different post, pages and custom post types, then the first step is to create a Content Snippet . When...
By
Code Snippets includes full support for WordPress multisite. When using this plugin on a WordPress multisite network, you have several options for how you want it to behave. Using the plugin on...
By
Here is a question we get a lot :) Once I upgrade to pro, do I need to keep the free plugin or can I remove it? And the answer is...... Yes, it's absolutely fine to remove. Your data will have...
By