/home/altere25/rockymountainlax.com/wp-includes/blocks
NameSizeModeActions
archives/-0755rm
audio/-0755rm
avatar/-0755rm
block/-0755rm
button/-0755rm
buttons/-0755rm
calendar/-0755rm
categories/-0755rm
code/-0755rm
column/-0755rm
columns/-0755rm
comment-author-name/-0755rm
comment-content/-0755rm
comment-date/-0755rm
comment-edit-link/-0755rm
comment-reply-link/-0755rm
comment-template/-0755rm
comments/-0755rm
comments-pagination/-0755rm
comments-pagination-next/-0755rm
comments-pagination-numbers/-0755rm
comments-pagination-previous/-0755rm
comments-title/-0755rm
cover/-0755rm
details/-0755rm
embed/-0755rm
file/-0755rm
footnotes/-0755rm
freeform/-0755rm
gallery/-0755rm
group/-0755rm
heading/-0755rm
home-link/-0755rm
html/-0755rm
image/-0755rm
latest-comments/-0755rm
latest-posts/-0755rm
legacy-widget/-0755rm
list/-0755rm
list-item/-0755rm
loginout/-0755rm
media-text/-0755rm
missing/-0755rm
more/-0755rm
navigation/-0755rm
navigation-link/-0755rm
navigation-submenu/-0755rm
nextpage/-0755rm
page-list/-0755rm
page-list-item/-0755rm
paragraph/-0755rm
pattern/-0755rm
post-author/-0755rm
post-author-biography/-0755rm
post-author-name/-0755rm
post-comments-form/-0755rm
post-content/-0755rm
post-date/-0755rm
post-excerpt/-0755rm
post-featured-image/-0755rm
post-navigation-link/-0755rm
post-template/-0755rm
post-terms/-0755rm
post-title/-0755rm
preformatted/-0755rm
pullquote/-0755rm
query/-0755rm
query-no-results/-0755rm
query-pagination/-0755rm
query-pagination-next/-0755rm
query-pagination-numbers/-0755rm
query-pagination-previous/-0755rm
query-title/-0755rm
quote/-0755rm
read-more/-0755rm
rss/-0755rm
search/-0755rm
separator/-0755rm
shortcode/-0755rm
site-logo/-0755rm
site-tagline/-0755rm
site-title/-0755rm
social-link/-0755rm
social-links/-0755rm
spacer/-0755rm
table/-0755rm
tag-cloud/-0755rm
template-part/-0755rm
term-description/-0755rm
text-columns/-0755rm
verse/-0755rm
video/-0755rm
widget-group/-0755rm
archives.php29940644editdlrm
avatar.php57450644editdlrm
block.php32020644editdlrm
blocks-json.php1872260644editdlrm
button.php18050644editdlrm
calendar.php60750644editdlrm
categories.php40100644editdlrm
comment-author-name.php21330644editdlrm
comment-content.php24590644editdlrm
comment-date.php18630644editdlrm
comment-edit-link.php17130644editdlrm
comment-reply-link.php20750644editdlrm
comment-template.php44940644editdlrm
comments-pagination-next.php19240644editdlrm
comments-pagination-numbers.php16320644editdlrm
comments-pagination-previous.php17900644editdlrm
comments-pagination.php11990644editdlrm
comments-title.php27720644editdlrm
comments.php67670644editdlrm
cover.php31090644editdlrm
file.php17930644editdlrm
footnotes.php37710644editdlrm
gallery.php64380644editdlrm
heading.php13010644editdlrm
home-link.php57330644editdlrm
image.php120990644editdlrm
index.php51110644editdlrm
latest-comments.php50400644editdlrm
latest-posts.php85420644editdlrm
legacy-widget.php39970644editdlrm
list.php12730644editdlrm
loginout.php14180644editdlrm
media-text.php43830644editdlrm
navigation-link.php135250644editdlrm
navigation-submenu.php93050644editdlrm
navigation.php593080644editdlrm
page-list-item.php3610644editdlrm
page-list.php136110644editdlrm
pattern.php21880644editdlrm
post-author-biography.php15240644editdlrm
post-author-name.php18220644editdlrm
post-author.php26050644editdlrm
post-comments-form.php28050644editdlrm
post-content.php21560644editdlrm
post-date.php32080644editdlrm
post-excerpt.php34470644editdlrm
post-featured-image.php93630644editdlrm
post-navigation-link.php48370644editdlrm
post-template.php57490644editdlrm
post-terms.php36910644editdlrm
post-title.php21380644editdlrm
query-no-results.php18470644editdlrm
query-pagination-next.php37870644editdlrm
query-pagination-numbers.php47700644editdlrm
query-pagination-previous.php31730644editdlrm
query-pagination.php11760644editdlrm
query-title.php20980644editdlrm
query.php56910644editdlrm
read-more.php18300644editdlrm
require-dynamic-blocks.php41050644editdlrm
require-static-blocks.php5010644editdlrm
rss.php39680644editdlrm
search.php230500644editdlrm
shortcode.php7350644editdlrm
site-logo.php63340644editdlrm
site-tagline.php12030644editdlrm
site-title.php18090644editdlrm
social-link.php641710644editdlrm
tag-cloud.php15900644editdlrm
template-part.php101000644editdlrm
term-description.php13360644editdlrm
widget-group.php24380644editdlrm
Edit: /home/altere25/rockymountainlax.com/wp-includes/blocks/social-link.php (64171B)
context['openInNewTab'] ) ? $block->context['openInNewTab'] : false; $text = ! empty( $attributes['label'] ) ? trim( $attributes['label'] ) : ''; $service = isset( $attributes['service'] ) ? $attributes['service'] : 'Icon'; $url = isset( $attributes['url'] ) ? $attributes['url'] : false; $text = $text ? $text : block_core_social_link_get_name( $service ); $rel = isset( $attributes['rel'] ) ? $attributes['rel'] : ''; $show_labels = array_key_exists( 'showLabels', $block->context ) ? $block->context['showLabels'] : false; // Don't render a link if there is no URL set. if ( ! $url ) { return ''; } /** * Prepend emails with `mailto:` if not set. * The `is_email` returns false for emails with schema. */ if ( is_email( $url ) ) { $url = 'mailto:' . antispambot( $url ); } /** * Prepend URL with https:// if it doesn't appear to contain a scheme * and it's not a relative link starting with //. */ if ( ! parse_url( $url, PHP_URL_SCHEME ) && ! str_starts_with( $url, '//' ) ) { $url = 'https://' . $url; } $icon = block_core_social_link_get_icon( $service ); $wrapper_attributes = get_block_wrapper_attributes( array( 'class' => 'wp-social-link wp-social-link-' . $service . block_core_social_link_get_color_classes( $block->context ), 'style' => block_core_social_link_get_color_styles( $block->context ), ) ); $link = '
  • '; $link .= ''; $link .= $icon; $link .= '' . esc_html( $text ) . ''; $link .= '
  • '; $processor = new WP_HTML_Tag_Processor( $link ); $processor->next_tag( 'a' ); if ( $open_in_new_tab ) { $processor->set_attribute( 'rel', trim( $rel . ' noopener nofollow' ) ); $processor->set_attribute( 'target', '_blank' ); } elseif ( '' !== $rel ) { $processor->set_attribute( 'rel', trim( $rel ) ); } return $processor->get_updated_html(); } /** * Registers the `core/social-link` blocks. * * @since 5.4.0 */ function register_block_core_social_link() { register_block_type_from_metadata( __DIR__ . '/social-link', array( 'render_callback' => 'render_block_core_social_link', ) ); } add_action( 'init', 'register_block_core_social_link' ); /** * Returns the SVG for social link. * * @since 5.4.0 * * @param string $service The service icon. * * @return string SVG Element for service icon. */ function block_core_social_link_get_icon( $service ) { $services = block_core_social_link_services(); if ( isset( $services[ $service ] ) && isset( $services[ $service ]['icon'] ) ) { return $services[ $service ]['icon']; } return $services['share']['icon']; } /** * Returns the brand name for social link. * * @since 5.4.0 * * @param string $service The service icon. * * @return string Brand label. */ function block_core_social_link_get_name( $service ) { $services = block_core_social_link_services(); if ( isset( $services[ $service ] ) && isset( $services[ $service ]['name'] ) ) { return $services[ $service ]['name']; } return $services['share']['name']; } /** * Returns the SVG for social link. * * @since 5.4.0 * * @param string $service The service slug to extract data from. * @param string $field The field ('name', 'icon', etc) to extract for a service. * * @return array|string */ function block_core_social_link_services( $service = '', $field = '' ) { $services_data = array( 'fivehundredpx' => array( 'name' => '500px', 'icon' => '', ), 'amazon' => array( 'name' => 'Amazon', 'icon' => '', ), 'bandcamp' => array( 'name' => 'Bandcamp', 'icon' => '', ), 'behance' => array( 'name' => 'Behance', 'icon' => '', ), 'bluesky' => array( 'name' => 'Bluesky', 'icon' => '', ), 'chain' => array( 'name' => 'Link', 'icon' => '', ), 'codepen' => array( 'name' => 'CodePen', 'icon' => '', ), 'deviantart' => array( 'name' => 'DeviantArt', 'icon' => '', ), 'dribbble' => array( 'name' => 'Dribbble', 'icon' => '', ), 'dropbox' => array( 'name' => 'Dropbox', 'icon' => '', ), 'etsy' => array( 'name' => 'Etsy', 'icon' => '', ), 'facebook' => array( 'name' => 'Facebook', 'icon' => '', ), 'feed' => array( 'name' => 'RSS Feed', 'icon' => '', ), 'flickr' => array( 'name' => 'Flickr', 'icon' => '', ), 'foursquare' => array( 'name' => 'Foursquare', 'icon' => '', ), 'goodreads' => array( 'name' => 'Goodreads', 'icon' => '', ), 'google' => array( 'name' => 'Google', 'icon' => '', ), 'github' => array( 'name' => 'GitHub', 'icon' => '', ), 'gravatar' => array( 'name' => 'Gravatar', 'icon' => '', ), 'instagram' => array( 'name' => 'Instagram', 'icon' => '', ), 'lastfm' => array( 'name' => 'Last.fm', 'icon' => '', ), 'linkedin' => array( 'name' => 'LinkedIn', 'icon' => '', ), 'mail' => array( 'name' => 'Mail', 'icon' => '', ), 'mastodon' => array( 'name' => 'Mastodon', 'icon' => '', ), 'meetup' => array( 'name' => 'Meetup', 'icon' => '', ), 'medium' => array( 'name' => 'Medium', 'icon' => '', ), 'patreon' => array( 'name' => 'Patreon', 'icon' => '', ), 'pinterest' => array( 'name' => 'Pinterest', 'icon' => '', ), 'pocket' => array( 'name' => 'Pocket', 'icon' => '', ), 'reddit' => array( 'name' => 'Reddit', 'icon' => '', ), 'share' => array( 'name' => 'Share Icon', 'icon' => '', ), 'skype' => array( 'name' => 'Skype', 'icon' => '', ), 'snapchat' => array( 'name' => 'Snapchat', 'icon' => '', ), 'soundcloud' => array( 'name' => 'Soundcloud', 'icon' => '', ), 'spotify' => array( 'name' => 'Spotify', 'icon' => '', ), 'telegram' => array( 'name' => 'Telegram', 'icon' => '', ), 'threads' => array( 'name' => 'Threads', 'icon' => '', ), 'tiktok' => array( 'name' => 'TikTok', 'icon' => '', ), 'tumblr' => array( 'name' => 'Tumblr', 'icon' => '', ), 'twitch' => array( 'name' => 'Twitch', 'icon' => '', ), 'twitter' => array( 'name' => 'Twitter', 'icon' => '', ), 'vimeo' => array( 'name' => 'Vimeo', 'icon' => '', ), 'vk' => array( 'name' => 'VK', 'icon' => '', ), 'wordpress' => array( 'name' => 'WordPress', 'icon' => '', ), 'whatsapp' => array( 'name' => 'WhatsApp', 'icon' => '', ), 'x' => array( 'name' => 'X', 'icon' => '', ), 'yelp' => array( 'name' => 'Yelp', 'icon' => '', ), 'youtube' => array( 'name' => 'YouTube', 'icon' => '', ), ); if ( ! empty( $service ) && ! empty( $field ) && isset( $services_data[ $service ] ) && ( 'icon' === $field || 'name' === $field ) ) { return $services_data[ $service ][ $field ]; } elseif ( ! empty( $service ) && isset( $services_data[ $service ] ) ) { return $services_data[ $service ]; } return $services_data; } /** * Returns CSS styles for icon and icon background colors. * * @since 5.7.0 * * @param array $context Block context passed to Social Link. * * @return string Inline CSS styles for link's icon and background colors. */ function block_core_social_link_get_color_styles( $context ) { $styles = array(); if ( array_key_exists( 'iconColorValue', $context ) ) { $styles[] = 'color: ' . $context['iconColorValue'] . '; '; } if ( array_key_exists( 'iconBackgroundColorValue', $context ) ) { $styles[] = 'background-color: ' . $context['iconBackgroundColorValue'] . '; '; } return implode( '', $styles ); } /** * Returns CSS classes for icon and icon background colors. * * @since 6.3.0 * * @param array $context Block context passed to Social Sharing Link. * * @return string CSS classes for link's icon and background colors. */ function block_core_social_link_get_color_classes( $context ) { $classes = array(); if ( array_key_exists( 'iconColor', $context ) ) { $classes[] = 'has-' . $context['iconColor'] . '-color'; } if ( array_key_exists( 'iconBackgroundColor', $context ) ) { $classes[] = 'has-' . $context['iconBackgroundColor'] . '-background-color'; } return ' ' . implode( ' ', $classes ); }