Scripts Manager

With this powerful feature, you will be able to enqueue and register scripts and styles and trigger them in the same way as any other code you are writing inside Scripts Organizer. dPlugins products work perfectly together and are cross-functional so what you register in Swiss Knife it will be visible here as well and […]

Read More

SCSS Partials

CSS files can be long and important parts can not be reused. The solution to this is to split your CSS into parts and merge them with Scripts Organizer. If you know the power of SCSS with variables and mixins even better. You can write variables and mixins into separate partials and include them in […]

Read More

Hot Reload

Works with all tabs and browser windows Developers and designers adore using dual screens and multiple tabs. With Scripts Organizer in one tab and the website frontend in another, simply press ‘save,’ and all tabs and screens will be updated with the latest CSS. We save you a ton of time, especially when using visual […]

Read More

Live preview

live preview

No need to have the website in a new tab and constantly reload the browser to see the changes. The preview feature is automatically included inside Code Block and SCSS Partial. You don’t need to activate anything under Scripts Organizer > Features. Activate preview it with Preview button located under the right part of the […]

Read More

Export-Import

Scripts Organizer Bulk Export We support WordPress native bulk actions. Activate the checkbox on the top to select all, or select several by clicking one by one. After making the selection click on Bulk actions > Export Selected and then hit Apply button. You will get a .JSON file to store it on your computer. […]

Read More

Add Code Directly to Single Pages or Posts in WordPress

The WordPress Code Editor plugin now includes a feature that allows you to add custom code—such as CSS, JavaScript, or PHP—directly to individual pages or posts. This eliminates the need to manage code in separate blocks or check conditions, providing a streamlined approach for applying code where it’s needed. Enable feature Under Scripts Organizer > […]

Read More

Regenerate hook for external CSS files

The code is a filter hook that gets fired whenever a SCSS, CSS, or JS file is generated by SCORG or SCORG ACF. This allows users, for example, to fetch the contents of a CSS file and then pass the extracted classes to other plugins. Code example

Read More

Hide from the menu and plugins list

Don’t allow anyone to mess up the code. This feature will effect everyone. By activating this feature Scripts Organizer will be removed from WordPress menu and also from the plugin list so no one can see it or access it. Since this will effect everyone even current user you can access Script Organizer by accessing […]

Read More

Safe mode

PHP Safe mode No more fear for last-minute online edits. In case if something goes wrong we got your back. Every time you save a script, Scripts Organizer is validating your code, if there are any errors we automatically go into the safe mode. Safe mode allows you to read the error log and we […]

Read More