PATH:
home
/
lab2454c
/
mact34.com
/
wp-content
/
plugins
/
optinmonster
/
views
<?php /** * CSS to override default message for * * @since 2.2.0 */ if ( empty( $data->labels->singular_name ) ) { return; } $message = sprintf( /* translators: %s - The name of the post-type being edited. */ esc_attr__( 'OptinMonster campaigns have been disabled for this %s', 'optin-monster-api' ), $data->labels->singular_name ); $message2 = sprintf( /* translators: %s - The name of the post-type being edited. */ esc_attr__( 'Campaigns disabled for this %s', 'optin-monster-api' ), $data->labels->singular_name ); /* * Double selectors added for extra specificity (instead of using !important) */ ?> body.om-campaigns-disabled.om-campaigns-disabled [data-type="optinmonster/campaign-selector"]:before { content: '<?php echo $message; ?>'; } body.om-campaigns-disabled.om-campaigns-disabled .om-format-popover .components-popover__content:after { content: '<?php echo $message2; ?>'; }
[-] coupon-metabox.php
[edit]
[-] woocommerce-marketing-card-css.php
[edit]
[-] not-connected-buttons.php
[edit]
[+]
..
[-] woocommerce-marketing-card.php
[edit]
[-] archie-loading.php
[edit]
[-] review.php
[edit]
[-] trustpulse-banner.php
[edit]
[-] shortcode-modal.php
[edit]
[-] trustpulse-settings-page.php
[edit]
[-] shortcode-modal-css.php
[edit]
[-] product-metabox.php
[edit]
[-] jiggle-css.php
[edit]
[-] constantcontact.php
[edit]
[-] logo.svg
[edit]
[-] plugin-banner.php
[edit]
[-] disable-warning-css.php
[edit]