adblock.php
9 years ago
error.php
10 years ago
info.php
10 years ago
inline.php
10 years ago
jqueryui_error.php
10 years ago
plugin_error.php
10 years ago
subscribe.php
10 years ago
adblock.php
10 lines
| 1 | <div class="advads-ad-block-check"> |
| 2 | <div class="message error update-message notice notice-alt notice-error" style="display: none;"><p><?php _e( 'Please disable your <strong>AdBlocker</strong> to prevent problems with your ad setup.', 'advanced-ads' ); ?></p></div> |
| 3 | </div> |
| 4 | <script> |
| 5 | jQuery( document ).ready( function() { |
| 6 | if ( typeof advanced_ads_adblocker_test === 'undefined' ) { |
| 7 | jQuery('.advads-ad-block-check .message').show(); |
| 8 | } |
| 9 | } ); |
| 10 | </script> |