get_kit_option( 'liquid_wc_share_enable' ) ) { return; } if ( $social_links = liquid_helper()->get_kit_frontend_option( 'liquid_wc_social_links' ) ) { $defaults = array( 'class' => 'flex flex-wrap items-center gap-20 list-none p-0 m-0', 'before' => '', 'after' => '', ); extract( wp_parse_args( $args, $defaults ) ); $url = esc_url( get_the_permalink() ); $pinterest_image = wp_get_attachment_url( get_post_thumbnail_id(), 'full' ); $crunchifyURL = urlencode( get_permalink() ); $crunchifyTitle = str_replace( ' ', '%20', get_the_title()); $crunchifyThumbnail = wp_get_attachment_url( get_post_thumbnail_id( get_the_ID() ), 'full' ); if ( !empty( $before ) ) { echo $before; } printf( 'get_page_option( 'post_social_box_enable' ) ){ $post_social_box_enable = liquid_helper()->get_kit_frontend_option( 'liquid_blog_single_social_box_enable' ); } } else { $post_social_box_enable = liquid_helper()->get_kit_frontend_option( 'liquid_blog_single_social_box_enable' ); } if ( 'off' === $post_social_box_enable || empty( $post_social_box_enable ) ) { return; } if ( $social_links = liquid_helper()->get_kit_frontend_option( 'liquid_blog_single_social_links' ) ) { $defaults = array( 'class' => 'social-icon flex items-center list-none p-0 m-0', 'before' => '', 'after' => '', ); extract( wp_parse_args( $args, $defaults ) ); $url = esc_url( get_the_permalink() ); $pinterest_image = wp_get_attachment_url( get_post_thumbnail_id(), 'full' ); if ( !empty( $before ) ) { echo $before; } printf( '