Skip to main content

Shortcodes — hooks

61 hooks — 8 actions · 53 filters.

HookTypeSummary
fw_design_lib_catalog_urlfilterFilters the remote URL of the design library's catalog.json in the UnysonPlus-Library repo used for Browse Library.
fw_design_lib_dirfilterFilters the server path to a shortcode's designs folder under uploads/unysonplus/designs.
fw_design_lib_urlfilterFilters the public URL of a shortcode's designs folder used for design thumbnails.
fw_ext_shortcodes_codersfilterFilters the list of custom shortcode attribute coder instances to register alongside the built-in JSON, aggressive, and post-meta coders.
fw_ext_shortcodes_column_descriptionfilterFilters the page-builder column item description text for a given column width key.
fw_ext_shortcodes_column_titlefilterFilters the page-builder column item title for a given column width key.
fw_ext_shortcodes_disable_shortcodesfilterFilters the array of shortcode tags to disable so they are skipped when the shortcode loader registers shortcodes.
fw_ext_shortcodes_enqueue_static_beforeactionFires before a shortcode's static assets are enqueued during content scan, passing the tag, raw shortcode, atts string, and post.
fw_ext_shortcodes_enqueue_static:buttonactionMust be exactly the same as https://github.com/ThemeFuse/Unyson-Shortcodes-Extension/blob/v1.3.19/class-fw-extension-shortcodes.php#L226-L237
fw_ext_shortcodes_table_max_columnsfilterFilters the maximum number of columns allowed in the table shortcode builder, defaulting to 6.
fw_ext_shortcodes:after_shortcode_enqueue_staticactionFires after a shortcode's static assets are enqueued during page scan, passing the raw shortcode array.
fw_ext:shortcodes:collect_shortcodes_datafilterFilters the collected structure of shortcode data, letting listeners register or augment shortcode metadata.
fw_ext:shortcodes:config_shortcodefilterFilters a shortcode's builder item config (icon, title template, popup size, localized labels) before it is registered.
fw_newsletter_handledfilterFilters whether a newsletter signup has already been handled by an integration, allowing the built-in admin notification email to be suppressed.
fw_newsletter_recipientfilterFilters the recipient email address for the newsletter-signup notification (default the site admin email).
fw_newsletter_subscribeactionIntegrations (Mailchimp, etc.) hook here. Return a WP_Error from the fw_newsletter_subscribe_result filter to surface a failure to the user.
fw_newsletter_subscribe_resultfilterFilters the newsletter subscription result; return a WP_Error to surface a failure message to the user.
fw_option_type_table_allowed_cell_htmlfilterFilters the list of inline HTML tags/attributes allowed inside a table option cell.
fw_option_type_table_defaultsfilterFilters the default option definitions used by the table option type's header/body settings.
fw_sc_design_pack_enabledfilterFilters whether an installed design pack (for a shortcode tag/key) is enabled, letting code override the per-shortcode disabled toggle.
fw_sc_designsfilterFilters the merged registry of available designs discovered for a shortcode tag, letting code add, remove, or alter design entries.
fw_sc_display_conditionsfilterFilters the boolean visibility decision for a builder element, letting code override whether it renders based on its display-condition atts.
fw_sc_svg_upload_allowedfilterFilters whether the current context may upload SVGs, letting a trusted flow lift the manage_options gate without an admin user.
fw_shortcode_attsfilterFilters raw shortcode attributes before rendering (deprecated since Shortcodes 1.3.0), allowing legacy attribute adjustment.
fw_shortcode_column_thumbnails_datafilterFilters the column-width thumbnail data offered in the page builder, letting code add or alter available column layouts.
fw_shortcode_get_optionsfilterFilters a shortcode's option definitions after they are loaded from options.php, keyed by tag, letting code adjust its options.
fw_shortcode_lottie_library_srcfilterFilters the URL of the vendored lottie-web library script, letting a site swap in a CDN or the full canvas-renderer build.
fw_shortcode_map_providerfilterFilters the registered map location providers, letting code add or modify map data sources and their callbacks/options.
fw_shortcode_render_viewfilterFilters the before/after wrapper markup applied around a shortcode's rendered view, keyed by atts and tag.
fw_shortcode_render_view:attsfilterFilters the attributes passed into a shortcode's view template at render time, letting code adjust per-tag render data.
fw:ext:shortcodes:column:value-from-attributesfilterFilters the column item's parsed attribute values derived from its shortcode attributes.
fw:ext:shortcodes:enqueue_custom_contentactionFires when shortcode static assets are enqueued into the front-end head, letting extensions add head-time statics.
fw:ext:shortcodes:enqueue_shortcodes_static:afteractionFires after a post's shortcode static assets are enqueued, passing the post content for follow-up work.
fw:ext:shortcodes:enqueue_shortcodes_static:beforeactionFires before a post's shortcode static assets are enqueued, passing the post content for preparation.
fw:ext:shortcodes:enqueue-shortcodes-admin-scriptsactionFires after every shortcode's option statics are enqueued in admin, so extensions can enqueue their own admin scripts.
fw:ext:shortcodes:table:button-shortcode-namefilterIf you disable default shortcode 'button' and create your own shortcode use this filter to specify its name. Fixes https://github.com/ThemeFuse/Unyson/issues/2056
fw:ext:wp-shortcodes:default-shortcodesfilterFilter default shortcodes list that will be displayed in default post editor and all of the wp-editors.
fw:ext:wp-shortcodes:sortfilterFilters the sorted list of default shortcodes available in the WP editor.
sc_anim_collection_itemsfilterFilters the broad registry mapping collection element base classes to their item selectors for scroll-animation cascades.
sc_anim_stagger_msfilterFilters the default per-item stagger delay in milliseconds for a collection's animation cascade, keyed by base class and atts.
sc_animation_fieldsfilterFilters the shortcode animation option fields, letting the Animation Engine append Scroll Motion and Hover field groups when active.
sc_build_wrapper_attrfilterFilters the assembled HTML attribute array for a shortcode wrapper element before it is rendered.
sc_hover_collection_itemsfilterFilters the narrower registry mapping collection element base classes to their item selectors for per-card hover interactions.
sc_icon_svg_library_fallback_idsfilterLet themes/extensions add their own recovery ids for an icon id. Return an array of '<pack>/<name>' candidates, tried in order.
sc_icon_svg_library_markupfilterFilters the resolved SVG markup for a built-in library icon id, letting code override or patch an icon's glyph.
sc_needs_wrapperfilterFilters whether a shortcode's styling atts require a wrapper element, defaulting to false so custom atts can force one.
sc_notification_default_iconsfilterFilters the default per-type icon classes (primary, success, warning, etc.) used by the notification shortcode.
sc_notification_default_labelsfilterFilters the default per-type heading labels (Note!, Success!, Warning!, etc.) used by the notification shortcode.
sc_posts_query_argsfilterFilters the WP_Query args built by the posts shortcode before the query runs, letting code adjust which posts are fetched.
sc_rating_star_pathsfilterFilters the map of rating symbol shapes (star, heart, circle) with their viewBox and SVG path, to add or replace symbols.
sc_rating_star_svgfilterFilters the inner SVG markup for a rating symbol, allowing a full path/markup override per symbol before the sprite is built.
sc_section_background_effectsfilterFilters the registry of available section background effects, letting extensions register additional effect definitions.
sc_smooth_scroll_post_typesfilterFilters which post types (default page and post) get the per-page smooth-scroll toggle metabox in the editor.
sc_theme_provides_settings_uifilterFilters whether the active theme ships the Unyson+ Theme Settings UI, so third-party themes can declare their own support.
sc_theme_settings_urlfilterFilters the admin URL (with tab anchor) pointing to the theme's settings page for a given context.
unysonplus_components_settings_optionsfilterFilters the Components settings tab definitions (Color Presets, Text Styles, Spacing, Buttons) for the theme settings UI.
unysonplus_design_enabled_shortcodesfilterFilters the fallback list of shortcodes allowed to carry design library presets when the primary resolver is unavailable.
unysonplus_editor_list_formatsfilterFilters the styled-list format definitions (Pros, Cons, Steps, Arrow) offered in the TinyMCE list-styles menu.
unysonplus_force_list_styles_cssfilterFilters whether to force-load the fw-list-* styled-list CSS, for dynamic content that injects styled lists outside the main post.
upw_sc_lib_catalog_urlfilterFilters the remote shortcode-library catalog URL, letting a developer point at a local copy.
upw_sc_lib_install_dirfilterFilters the directory library shortcodes install into (the active theme's shortcodes customization tree).

fw_design_lib_catalog_url

🧪 filter

Filters the remote URL of the design library's catalog.json in the UnysonPlus-Library repo used for Browse Library.

add_filter( 'fw_design_lib_catalog_url', $callback );

Fired in: framework/extensions/shortcodes/includes/design-presets/design-library.php:335

fw_design_lib_dir

🧪 filter

Filters the server path to a shortcode's designs folder under uploads/unysonplus/designs.

add_filter( 'fw_design_lib_dir', $callback );

Fired in: framework/extensions/shortcodes/includes/design-presets/design-library.php:45

fw_design_lib_url

🧪 filter

Filters the public URL of a shortcode's designs folder used for design thumbnails.

add_filter( 'fw_design_lib_url', $callback );

Fired in: framework/extensions/shortcodes/includes/design-presets/design-library.php:55

fw_ext_shortcodes_coders

🧪 filter

Filters the list of custom shortcode attribute coder instances to register alongside the built-in JSON, aggressive, and post-meta coders.

add_filter( 'fw_ext_shortcodes_coders', $callback );

Fired in: framework/extensions/shortcodes/class-fw-extension-shortcodes.php:718

fw_ext_shortcodes_column_description

🧪 filter

Filters the page-builder column item description text for a given column width key.

add_filter( 'fw_ext_shortcodes_column_description', $callback );

Fired in: framework/extensions/shortcodes/shortcodes/column/includes/page-builder-column-item/class-page-builder-column-item.php:71

fw_ext_shortcodes_column_title

🧪 filter

Filters the page-builder column item title for a given column width key.

add_filter( 'fw_ext_shortcodes_column_title', $callback );

Fired in: framework/extensions/shortcodes/shortcodes/column/includes/page-builder-column-item/class-page-builder-column-item.php:69

fw_ext_shortcodes_disable_shortcodes

🧪 filter

Filters the array of shortcode tags to disable so they are skipped when the shortcode loader registers shortcodes.

add_filter( 'fw_ext_shortcodes_disable_shortcodes', $callback );

Fired in: framework/extensions/shortcodes/class-fw-extension-shortcodes.php:534

fw_ext_shortcodes_enqueue_static_before

🎬 action

Fires before a shortcode's static assets are enqueued during content scan, passing the tag, raw shortcode, atts string, and post.

add_action( 'fw_ext_shortcodes_enqueue_static_before', $callback );

Fired in: framework/extensions/shortcodes/class-fw-extension-shortcodes.php:651

fw_ext_shortcodes_enqueue_static:button

🎬 action

Must be exactly the same as https://github.com/ThemeFuse/Unyson-Shortcodes-Extension/blob/v1.3.19/class-fw-extension-shortcodes.php#L226-L237

add_action( 'fw_ext_shortcodes_enqueue_static:button', $callback );

Fired in: framework/extensions/shortcodes/shortcodes/table/class-fw-shortcode-table.php:95

fw_ext_shortcodes_table_max_columns

🧪 filter · 2 call sites

Filters the maximum number of columns allowed in the table shortcode builder, defaulting to 6.

add_filter( 'fw_ext_shortcodes_table_max_columns', $callback );

Fired in: framework/extensions/shortcodes/shortcodes/table/includes/fw-option-type-table/class-fw-option-type-table.php:98

fw_ext_shortcodes:after_shortcode_enqueue_static

🎬 action

Fires after a shortcode's static assets are enqueued during page scan, passing the raw shortcode array.

add_action( 'fw_ext_shortcodes:after_shortcode_enqueue_static', $callback );

Fired in: framework/extensions/shortcodes/class-fw-extension-shortcodes.php:679

fw_ext:shortcodes:collect_shortcodes_data

🧪 filter

Filters the collected structure of shortcode data, letting listeners register or augment shortcode metadata.

add_filter( 'fw_ext:shortcodes:collect_shortcodes_data', $callback );

Fired in: framework/extensions/shortcodes/class-fw-extension-shortcodes.php:423

fw_ext:shortcodes:config_shortcode

🧪 filter

Filters a shortcode's builder item config (icon, title template, popup size, localized labels) before it is registered.

add_filter( 'fw_ext:shortcodes:config_shortcode', $callback );

Fired in: framework/extensions/shortcodes/class-fw-extension-shortcodes.php:813

fw_newsletter_handled

🧪 filter

Filters whether a newsletter signup has already been handled by an integration, allowing the built-in admin notification email to be suppressed.

add_filter( 'fw_newsletter_handled', $callback );

Fired in: framework/extensions/shortcodes/shortcodes/newsletter/class-fw-shortcode-newsletter.php:66

fw_newsletter_recipient

🧪 filter

Filters the recipient email address for the newsletter-signup notification (default the site admin email).

add_filter( 'fw_newsletter_recipient', $callback );

Fired in: framework/extensions/shortcodes/shortcodes/newsletter/class-fw-shortcode-newsletter.php:69

fw_newsletter_subscribe

🎬 action

Integrations (Mailchimp, etc.) hook here. Return a WP_Error from the fw_newsletter_subscribe_result filter to surface a failure to the user.

add_action( 'fw_newsletter_subscribe', $callback );

Fired in: framework/extensions/shortcodes/shortcodes/newsletter/class-fw-shortcode-newsletter.php:56

fw_newsletter_subscribe_result

🧪 filter

Filters the newsletter subscription result; return a WP_Error to surface a failure message to the user.

add_filter( 'fw_newsletter_subscribe_result', $callback );

Fired in: framework/extensions/shortcodes/shortcodes/newsletter/class-fw-shortcode-newsletter.php:58

fw_option_type_table_allowed_cell_html

🧪 filter

Filters the list of inline HTML tags/attributes allowed inside a table option cell.

add_filter( 'fw_option_type_table_allowed_cell_html', $callback );

Fired in: framework/extensions/shortcodes/shortcodes/table/includes/fw-option-type-table/class-fw-option-type-table.php:20

fw_option_type_table_defaults

🧪 filter

Filters the default option definitions used by the table option type's header/body settings.

add_filter( 'fw_option_type_table_defaults', $callback );

Fired in: framework/extensions/shortcodes/shortcodes/table/includes/fw-option-type-table/class-fw-option-type-table.php:501

fw_sc_design_pack_enabled

🧪 filter

Filters whether an installed design pack (for a shortcode tag/key) is enabled, letting code override the per-shortcode disabled toggle.

add_filter( 'fw_sc_design_pack_enabled', $callback );

Fired in: framework/extensions/shortcodes/includes/pluggable-designs.php:176

fw_sc_designs

🧪 filter

Filters the merged registry of available designs discovered for a shortcode tag, letting code add, remove, or alter design entries.

add_filter( 'fw_sc_designs', $callback );

Fired in: framework/extensions/shortcodes/includes/pluggable-designs.php:162

fw_sc_display_conditions

🧪 filter

Filters the boolean visibility decision for a builder element, letting code override whether it renders based on its display-condition atts.

add_filter( 'fw_sc_display_conditions', $callback );

Fired in: framework/extensions/shortcodes/includes/shortcode-get-option-helpers.php:313

fw_sc_svg_upload_allowed

🧪 filter

Filters whether the current context may upload SVGs, letting a trusted flow lift the manage_options gate without an admin user.

add_filter( 'fw_sc_svg_upload_allowed', $callback );

Fired in: framework/extensions/shortcodes/includes/shortcode-styling-helper.php:3384

fw_shortcode_atts

🧪 filter

Filters raw shortcode attributes before rendering (deprecated since Shortcodes 1.3.0), allowing legacy attribute adjustment.

add_filter( 'fw_shortcode_atts', $callback );

Fired in: framework/extensions/shortcodes/includes/class-fw-shortcode.php:190

fw_shortcode_column_thumbnails_data

🧪 filter

Filters the column-width thumbnail data offered in the page builder, letting code add or alter available column layouts.

add_filter( 'fw_shortcode_column_thumbnails_data', $callback );

Fired in: framework/extensions/shortcodes/shortcodes/column/includes/page-builder-column-item/class-page-builder-column-item.php:82

fw_shortcode_get_options

🧪 filter

Filters a shortcode's option definitions after they are loaded from options.php, keyed by tag, letting code adjust its options.

add_filter( 'fw_shortcode_get_options', $callback );

Fired in: framework/extensions/shortcodes/includes/class-fw-shortcode.php:135

fw_shortcode_lottie_library_src

🧪 filter

Filters the URL of the vendored lottie-web library script, letting a site swap in a CDN or the full canvas-renderer build.

add_filter( 'fw_shortcode_lottie_library_src', $callback );

Fired in: framework/extensions/shortcodes/shortcodes/lottie/static.php:10

fw_shortcode_map_provider

🧪 filter

Filters the registered map location providers, letting code add or modify map data sources and their callbacks/options.

add_filter( 'fw_shortcode_map_provider', $callback );

Fired in: framework/extensions/shortcodes/shortcodes/map/class-fw-shortcode-map.php:22

fw_shortcode_render_view

🧪 filter

Filters the before/after wrapper markup applied around a shortcode's rendered view, keyed by atts and tag.

add_filter( 'fw_shortcode_render_view', $callback );

Fired in: framework/extensions/shortcodes/includes/class-fw-shortcode.php:216

fw_shortcode_render_view:atts

🧪 filter

Filters the attributes passed into a shortcode's view template at render time, letting code adjust per-tag render data.

add_filter( 'fw_shortcode_render_view:atts', $callback );

Fired in: framework/extensions/shortcodes/includes/class-fw-shortcode.php:229

fw:ext:shortcodes:column:value-from-attributes

🧪 filter

Filters the column item's parsed attribute values derived from its shortcode attributes.

add_filter( 'fw:ext:shortcodes:column:value-from-attributes', $callback );

Fired in: framework/extensions/shortcodes/shortcodes/column/includes/page-builder-column-item/class-page-builder-column-item.php:128

fw:ext:shortcodes:enqueue_custom_content

🎬 action

Fires when shortcode static assets are enqueued into the front-end head, letting extensions add head-time statics.

add_action( 'fw:ext:shortcodes:enqueue_custom_content', $callback );

Fired in: framework/extensions/shortcodes/class-fw-extension-shortcodes.php:582

fw:ext:shortcodes:enqueue_shortcodes_static:after

🎬 action

Fires after a post's shortcode static assets are enqueued, passing the post content for follow-up work.

add_action( 'fw:ext:shortcodes:enqueue_shortcodes_static:after', $callback );

Fired in: framework/extensions/shortcodes/class-fw-extension-shortcodes.php:608

fw:ext:shortcodes:enqueue_shortcodes_static:before

🎬 action

Fires before a post's shortcode static assets are enqueued, passing the post content for preparation.

add_action( 'fw:ext:shortcodes:enqueue_shortcodes_static:before', $callback );

Fired in: framework/extensions/shortcodes/class-fw-extension-shortcodes.php:596

fw:ext:shortcodes:enqueue-shortcodes-admin-scripts

🎬 action

Fires after every shortcode's option statics are enqueued in admin, so extensions can enqueue their own admin scripts.

add_action( 'fw:ext:shortcodes:enqueue-shortcodes-admin-scripts', $callback );

Fired in: framework/extensions/shortcodes/helpers.php:65

fw:ext:shortcodes:table:button-shortcode-name

🧪 filter

If you disable default shortcode 'button' and create your own shortcode use this filter to specify its name. Fixes https://github.com/ThemeFuse/Unyson/issues/2056

add_filter( 'fw:ext:shortcodes:table:button-shortcode-name', $callback );

Fired in: framework/extensions/shortcodes/shortcodes/table/class-fw-shortcode-table.php:139

fw:ext:wp-shortcodes:default-shortcodes

🧪 filter

Filter default shortcodes list that will be displayed in default post editor and all of the wp-editors.

add_filter( 'fw:ext:wp-shortcodes:default-shortcodes', $callback );

Fired in: framework/extensions/shortcodes/extensions/wp-shortcodes/class-fw-extension-wp-shortcodes.php:52

fw:ext:wp-shortcodes:sort

🧪 filter

Filters the sorted list of default shortcodes available in the WP editor.

add_filter( 'fw:ext:wp-shortcodes:sort', $callback );

Fired in: framework/extensions/shortcodes/extensions/wp-shortcodes/class-fw-extension-wp-shortcodes.php:62

sc_anim_collection_items

🧪 filter

Filters the broad registry mapping collection element base classes to their item selectors for scroll-animation cascades.

add_filter( 'sc_anim_collection_items', $callback );

Fired in: framework/extensions/shortcodes/includes/shortcode-animation-helper.php:683

sc_anim_stagger_ms

🧪 filter

Filters the default per-item stagger delay in milliseconds for a collection's animation cascade, keyed by base class and atts.

add_filter( 'sc_anim_stagger_ms', $callback );

Fired in: framework/extensions/shortcodes/includes/shortcode-animation-helper.php:771

sc_animation_fields

🧪 filter

Filters the shortcode animation option fields, letting the Animation Engine append Scroll Motion and Hover field groups when active.

add_filter( 'sc_animation_fields', $callback );

Fired in: framework/extensions/shortcodes/includes/shortcode-animation-helper.php:447

sc_build_wrapper_attr

🧪 filter

Filters the assembled HTML attribute array for a shortcode wrapper element before it is rendered.

add_filter( 'sc_build_wrapper_attr', $callback );

Fired in: framework/extensions/shortcodes/includes/shortcode-build-helper.php:277

sc_hover_collection_items

🧪 filter

Filters the narrower registry mapping collection element base classes to their item selectors for per-card hover interactions.

add_filter( 'sc_hover_collection_items', $callback );

Fired in: framework/extensions/shortcodes/includes/shortcode-animation-helper.php:711

sc_icon_svg_library_fallback_ids

🧪 filter

Let themes/extensions add their own recovery ids for an icon id. Return an array of '<pack>/<name>' candidates, tried in order.

add_filter( 'sc_icon_svg_library_fallback_ids', $callback );

Fired in: framework/extensions/shortcodes/includes/shortcode-styling-helper.php:3351

sc_icon_svg_library_markup

🧪 filter

Filters the resolved SVG markup for a built-in library icon id, letting code override or patch an icon's glyph.

add_filter( 'sc_icon_svg_library_markup', $callback );

Fired in: framework/extensions/shortcodes/includes/shortcode-styling-helper.php:3303

sc_needs_wrapper

🧪 filter

Filters whether a shortcode's styling atts require a wrapper element, defaulting to false so custom atts can force one.

add_filter( 'sc_needs_wrapper', $callback );

Fired in: framework/extensions/shortcodes/includes/shortcode-styling-helper.php:1879

sc_notification_default_icons

🧪 filter

Filters the default per-type icon classes (primary, success, warning, etc.) used by the notification shortcode.

add_filter( 'sc_notification_default_icons', $callback );

Fired in: framework/extensions/shortcodes/shortcodes/notification/views/view.php:62

sc_notification_default_labels

🧪 filter

Filters the default per-type heading labels (Note!, Success!, Warning!, etc.) used by the notification shortcode.

add_filter( 'sc_notification_default_labels', $callback );

Fired in: framework/extensions/shortcodes/shortcodes/notification/views/view.php:50

sc_posts_query_args

🧪 filter

Filters the WP_Query args built by the posts shortcode before the query runs, letting code adjust which posts are fetched.

add_filter( 'sc_posts_query_args', $callback );

Fired in: framework/extensions/shortcodes/shortcodes/posts/views/view.php:304

sc_rating_star_paths

🧪 filter

Filters the map of rating symbol shapes (star, heart, circle) with their viewBox and SVG path, to add or replace symbols.

add_filter( 'sc_rating_star_paths', $callback );

Fired in: framework/extensions/shortcodes/includes/shortcode-styling-helper.php:3543

sc_rating_star_svg

🧪 filter

Filters the inner SVG markup for a rating symbol, allowing a full path/markup override per symbol before the sprite is built.

add_filter( 'sc_rating_star_svg', $callback );

Fired in: framework/extensions/shortcodes/includes/shortcode-styling-helper.php:3597

sc_section_background_effects

🧪 filter

Filters the registry of available section background effects, letting extensions register additional effect definitions.

add_filter( 'sc_section_background_effects', $callback );

Fired in: framework/extensions/shortcodes/includes/shortcode-background-helper.php:148

sc_smooth_scroll_post_types

🧪 filter

Filters which post types (default page and post) get the per-page smooth-scroll toggle metabox in the editor.

add_filter( 'sc_smooth_scroll_post_types', $callback );

Fired in: framework/extensions/shortcodes/includes/shortcode-smooth-scroll.php:27

sc_theme_provides_settings_ui

🧪 filter

Filters whether the active theme ships the Unyson+ Theme Settings UI, so third-party themes can declare their own support.

add_filter( 'sc_theme_provides_settings_ui', $callback );

Fired in: framework/extensions/shortcodes/includes/shortcode-styling-helper.php:112

sc_theme_settings_url

🧪 filter

Filters the admin URL (with tab anchor) pointing to the theme's settings page for a given context.

add_filter( 'sc_theme_settings_url', $callback );

Fired in: framework/extensions/shortcodes/includes/shortcode-styling-helper.php:93

unysonplus_components_settings_options

🧪 filter

Filters the Components settings tab definitions (Color Presets, Text Styles, Spacing, Buttons) for the theme settings UI.

add_filter( 'unysonplus_components_settings_options', $callback );

Fired in: framework/extensions/shortcodes/includes/components-options.php:66

unysonplus_design_enabled_shortcodes

🧪 filter · 2 call sites

Filters the fallback list of shortcodes allowed to carry design library presets when the primary resolver is unavailable.

add_filter( 'unysonplus_design_enabled_shortcodes', $callback );

Fired in: framework/extensions/shortcodes/includes/design-presets/design-library.php:66

unysonplus_editor_list_formats

🧪 filter

Filters the styled-list format definitions (Pros, Cons, Steps, Arrow) offered in the TinyMCE list-styles menu.

add_filter( 'unysonplus_editor_list_formats', $callback );

Fired in: framework/extensions/shortcodes/includes/class-fw-shortcodes-editor.php:56

unysonplus_force_list_styles_css

🧪 filter

Filters whether to force-load the fw-list-* styled-list CSS, for dynamic content that injects styled lists outside the main post.

add_filter( 'unysonplus_force_list_styles_css', $callback );

Fired in: framework/extensions/shortcodes/includes/class-fw-shortcodes-editor.php:115

upw_sc_lib_catalog_url

🧪 filter

Filters the remote shortcode-library catalog URL, letting a developer point at a local copy.

add_filter( 'upw_sc_lib_catalog_url', $callback );

Fired in: framework/extensions/shortcodes/includes/library/installer.php:23

upw_sc_lib_install_dir

🧪 filter

Filters the directory library shortcodes install into (the active theme's shortcodes customization tree).

add_filter( 'upw_sc_lib_install_dir', $callback );

Fired in: framework/extensions/shortcodes/includes/library/installer.php:33

← Back to Hooks overview