Actions and Filters
Actions and Filters
Actions
has_enqueue_block_styles_scripts
/**
* Action: has_enqueue_block_styles_scripts
*
* Fires after Highlight and Share block styles/scripts are enqueued in the editor.
*/
add_action( 'has_enqueue_block_styles_scripts', function() {
// Enqueue custom block editor assets.
} );Filters
has_social_network_defaults
has_show_{network_slug}
has_show_facebook
has_show_twitter
has_show_linkedin
has_show_ok
has_show_vk
has_show_email
has_show_tumblr
has_show_copy
has_show_reddit
has_show_telegram
has_show_whatsapp
has_show_webshare
has_show_mastodon
has_show_threads
has_show_bluesky
has_enable_content
has_enable_excerpt
has_highlight_sharing_enabled_for_post
has_headlines_enabled_for_post
has_headline_anchor_max_length
has_headline_anchor_max_lengthParameter
Type
Description
has_headline_anchor_truncated
has_headline_anchor_truncatedParameter
Type
Description
has_footer_svg_sprite
has_headline_share_url_template
has_pin_show_on_archives
has_pin_supported_post_types
has_image_sharing_enabled_for_post
has_pin_image_css_classes
has_pin_core_exclusions
has_pin_excerpt_exclusions
has_pin_show_on_excerpts
has_enable_image_sharing_on_singular_featured
Last updated
Was this helpful?