Trigger Locations

Everywhere (Unconditional) This option is a replacement for the famous plugin CodeSnippet, Theme, or Custom Plugins functions.php. With this script location setting you can: Note: This should be used only with SCRIPT LOCATION > PHP.Header, Footer, and Shortcodes do not apply to this. Admin Only This condition is taking effect only for scenarios when “admin” […]

Read More

Organize Scripts

Scripts List Since Scripts Organizer is WordPress native-oriented you can manage scripts the same as any other post or a page. In the Scripts list, you can sort them by title or date. Tags If you open Script you can also apply WordPress native tags and group them together. Tags are also visible in Scripts […]

Read More

Template AKA Conditions

These settings will narrow down where our code will be executed. All By default, option “All” is selected and this means that all the pages will be affected by written code. Page, Post This option will unlock the section below to choose which single Page, Post, or even Custom post type you want to select […]

Read More

Advanced Conditions – Exclude

condition exclude

This feature will finally allow you to have the option to select the entire website except: “Post types, Handpicked single posts, Taxonomies, or Terms.” This feature is disabled by default as not everyone needs it. It’s located under Template settings and you can enable it with toggle. Exclude settings By choosing different settings for “Template” […]

Read More

Current Server Time

If you are preparing scripts to be triggered at an exact time it is important that your plan is synchronized with your server time. This is especially important when you are testing the scripts if you are in a different time zone than your server. We got you covered there by including the server time […]

Read More

Schedule Script Time

All Day By default, option “All Day” is selected and our script will run for the whole day from 00:00 to 24:00. Time This option will unlock the section below to choose when you want a script to run “START AT SPECIFIC TIME” and when to end the script “END AT SPECIFIC TIME”. The timer […]

Read More

Schedule Script Date

Daily The easiest way to explain this is that the daily setting will be run every day without any interruptions or any limit. Days This option will unlock the section below to choose days in a week, from Monday to Sunday. Written code will be active on that day or days. Multiple selections are also […]

Read More

Shortcode

Use flexibility to create one group of elements and reuse it across the website. Shortcode can be scheduled the same as the scripts and styles. For best practice, we limited shortcodes to be used only once per page. In shortcode you can write PHP, plain HTML or you can even include <script> or <style>. Note: […]

Read More

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