Merged in feature/MAW-846-sharethis (pull request #52)
Feature/MAW-846 sharethis * MAW-846: ShareThis social button plugin * MAW-846: ShareThis social buttons update * Merged develop into feature/MAW-846-sharethis
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
/**
|
||||
* Tabs for product select.
|
||||
*
|
||||
* @package ShareThisShareButtons
|
||||
*/
|
||||
|
||||
?>
|
||||
<div class="button-tab inline engage">
|
||||
<img src="<?php echo esc_url( $this->plugin->dir_url ) . '/assets/inline-share-buttons.svg'; ?>">
|
||||
<?php esc_html_e( 'Inline Share Buttons' ); ?>
|
||||
<span><?php echo esc_html( $enabled['inline'] ); ?></span>
|
||||
</div>
|
||||
<div class="button-tab sticky">
|
||||
<img src="<?php echo esc_url( $this->plugin->dir_url ) . '/assets/sticky-share-buttons.svg'; ?>">
|
||||
<?php esc_html_e( 'Sticky Share Buttons' ); ?>
|
||||
<span><?php echo esc_html( $enabled['sticky'] ); ?></span>
|
||||
</div>
|
||||
<div class="button-tab gdpr">
|
||||
<img src="<?php echo esc_url( $this->plugin->dir_url ) . '/assets/consent-management-platform.svg'; ?>">
|
||||
<?php esc_html_e( 'Consent Management Platform' ); ?>
|
||||
<span><?php echo esc_html( $enabled['gdpr'] ); ?></span>
|
||||
</div>
|
||||
Reference in New Issue
Block a user