Actions, Filters, Options

Actions

su/admin/css/originals/after

Runs on custom CSS editor page, after the list of links to original style files

su/assets/register

Runs after registration of styles and scripts

su/assets/enqueue

Runs after enqueuing of styles and scripts

su/assets/print

Runs after output of styles and scripts

su/assets/custom_css/after

Runs after output of custom CSS styles on the site

su/button

Runs before output of “Insert shortcode” button

su/generator/preview/before

Runs before live preview in shortcode generator

su/generator/preview/after

Runs after live preview in shortcode generator

su/init

Runs after plugin initialization

su/activation

Runs during plugin activation

su/deactivation

Runs during plugin deactivation

su/update

Runs after plugin update

su/examples/preview/before

Runs before output of preview on the page with code examples

su/examples/preview/after

Runs after output of preview on the page with code examples

Filters

su/assets/custom_css

Applies to custom CSS styles before output on the site

su/assets/css

Applies to array of requested stylesheets

su/assets/js

Applies to array of requested script files

su/data/groups

Applies to shortcode group list in the window of shortcode generator (“Insert shortcode” window)

su/data/borders

Applies to the list of available border style options

su/data/icons

Applies to the list of vector icons (FontAwesome)

su/data/animations

Applies to the list of available animations (Animate.css)

su/data/examples

Applies to the list of shortcode usage examples on Dashboard

su/data/shortcodes

Applies to the list of available shortcodes

su/generator/tools

Applies to menu in the upper part of shortcode generator window (“Insert shortcode” window)

su/generator/actions

Applies to buttons/actions in the lower part of shortcode generator window (“Insert shortcode” window)

su/generator/breadcrumbs

Applies to breadcrumbs in shortcode generator window (“Insert shortcode” window)

su/menu/shortcodes

Applies to the name of parent menu on sidebar of the dashboard

su/menu/settings

Applies to “Settings” menu name on sidebar of the dashboard

su/menu/examples

Applies to “Examples” menu name on sidebar of the dashboard

su/menu/cheatsheet

Applies to “Cheatsheet” menu name on sidebar of the dashboard

su/menu/addons

Applies to “Add-ons” menu name on sidebar of the dashboard

Options

su_presets_{$shortcode}

Contains the list of saved presets for one shortcode

su_option_version

Contains the number of current plugin version

su_installed

Contains the timestamp when the plugin was activated

su_vote

Contains information on what the user has chosen in “Rate plugin” pop-up window. Possible values: yes, no, tweet, $timestamp (if the user clicked “Remind me later” button)

su_option_custom-formatting

Available in plugin settings. “Custom formatting” setting

su_option_skip

Available in plugin settings. “Skip default values” setting

su_option_prefix

Available in plugin settings. “Shortcodes prefix” setting

su_option_custom-css

Available in plugin settings. “Custom CSS” setting

Helpful?
🤝 Thank you!