Dashboard
PHP:
8.4.22
OS:
Linux
User:
provencez
/
/
home
/
provencez
/
www
/
wp-content
/
plugins
/
wptouch
/
admin
/
settings
/
html
📤 Upload
📝 New File
📁 New Folder
Close
Editing: no_tablet_support.php
<?php global $wptouch_pro; $current_theme = $wptouch_pro->get_current_theme_info(); if ( is_object( $current_theme ) ) { echo '<p class="no-tablets">'; echo sprintf( __( 'You\'re using %s, which currently does not support tablets.', 'wptouch-pro' ), $current_theme->name ); echo '</p>'; }
Save
Cancel