You have been using ' . $this->nice_name_from_file( $this->mainfile ) . ' for some time now. Thank you! Could you kindly share your opinion with me, along with, maybe, features you would like to see implemented? Then, please write a little review. That will also bring me joy and motivation, and I will get back to you :) In the case you already have written a review, please check again. Many reviews got removed from WordPress recently.';
echo '
It looks like you are using the free version of the plugin (' . $this->nice_name_from_file( $this->mainfile ) . ') but a license for the Pro version was also found. The Pro version might have been replaced by the Free version during an update (might be caused by a temporarily issue). If it is the case, please download it again from the Meow Store. If you wish to continue using the free version and clear this message, click on this button.';
echo '
common_url( 'admin.css' ) );
wp_enqueue_style( 'meowapps-core-css' );
}
function admin_menu_start() {
if ( get_option( 'meowapps_hide_meowapps', false ) ) {
register_setting( 'general', 'meowapps_hide_meowapps' );
add_settings_field( 'meowapps_hide_ads', 'Meow Apps Menu', array( $this, 'meowapps_hide_dashboard_callback' ), 'general' );
return;
}
// Creates standard menu if it does NOT exist
global $submenu;
if ( !isset( $submenu[ 'meowapps-main-menu' ] ) ) {
add_menu_page( 'Meow Apps', 'Meow Apps', 'manage_options', 'meowapps-main-menu',
array( $this, 'admin_meow_apps' ), 'dashicons-camera', 82 );
add_submenu_page( 'meowapps-main-menu', __( 'Dashboard', 'meowapps' ),
__( 'Dashboard', 'meowapps' ), 'manage_options',
'meowapps-main-menu', array( $this, 'admin_meow_apps' ) );
}
add_settings_section( 'meowapps_common_settings', null, null, 'meowapps_common_settings-menu' );
add_settings_field( 'meowapps_hide_meowapps', "Main Menu",
array( $this, 'meowapps_hide_dashboard_callback' ),
'meowapps_common_settings-menu', 'meowapps_common_settings' );
add_settings_field( 'meowapps_force_sslverify', "SSL Verify",
array( $this, 'meowapps_force_sslverify_callback' ),
'meowapps_common_settings-menu', 'meowapps_common_settings' );
add_settings_field( 'meowapps_hide_ads', "Ads",
array( $this, 'meowapps_hide_ads_callback' ),
'meowapps_common_settings-menu', 'meowapps_common_settings' );
register_setting( 'meowapps_common_settings', 'force_sslverify' );
register_setting( 'meowapps_common_settings', 'meowapps_hide_meowapps' );
register_setting( 'meowapps_common_settings', 'meowapps_hide_ads' );
}
function meowapps_hide_ads_callback() {
$value = get_option( 'meowapps_hide_ads', null );
$html = '';
$html .= __( ' Doesn\'t display the ads.', 'meowapps' );
echo $html;
}
function meowapps_hide_dashboard_callback() {
$value = get_option( 'meowapps_hide_meowapps', null );
$html = '';
$html .= __( ' Hide Meow Apps menu and all its components, for a cleaner admin. This option will be reset if a new Meow Apps plugin is installed. Once activated, an option will be added in your General settings to display it again.', 'meowapps' );
echo $html;
}
function meowapps_force_sslverify_callback() {
$value = get_option( 'force_sslverify', null );
$html = '';
$html .= __( ' Updates and licenses checks are usually made without checking SSL certificates and it is actually fine this way. But if you are intransigent when it comes to SSL matters, this option will force it.', 'meowapps' );
echo $html;
}
function display_serialkey_box( $url = "https://meowapps.com/" ) {
$html = '
';
$html .= '
Pro Version ' .
( $this->is_registered( $this->prefix ) ? '(enabled)' : '(disabled)' ) . '
';
$html .= '
';
echo $html;
$html = apply_filters( $this->prefix . '_meowapps_license_input', ( 'More information about the Pro version here:
' . $url . '. If you actually bought the Pro version already, please remove the current plugin and download the Pro version from your account at the Meow Apps Store.' ), $url );
$html .= '
Errors (order by latest):";
$errors = file_get_contents( $errorpath );
$errors = explode( "\n", $errors );
$errors = array_reverse( $errors );
$errors = implode( " ", $errors );
echo $errors;
}
else {
echo "The PHP Error Logs cannot be found. Please ask your hosting service for it.";
}
echo "
";
}
else {
?>
display_title(); ?>
a lot of photos). Meow Apps is a suite of plugins focusing on photography, imaging, optimization and it teams up with the best players in the community (other themes and plugins developers). For more information, please check Meow Apps.', 'meowapps' )
?>
UI Plugins
WP/LR Sync check_install( 'wplr-sync' ) ?>
Synchronize photos (folders, collections, keywords) from Lightroom to WordPress.
Meow Lightbox check_install( 'meow-lightbox' ) ?>
Light but powerful lightbox that can also display photo information (EXIF).
Meow Gallery check_install( 'meow-gallery' ) ?>
Gallery (using the built-in WP gallery) that makes your website look better.
System Plugins
Media File Renamer check_install( 'media-file-renamer' ) ?>
For nicer filenames and better SEO.
Media Cleaner check_install( 'media-cleaner' ) ?>
Detect the files which are not in use.
WP Retina 2x check_install( 'wp-retina-2x' ) ?>
The famous plugin that adds Retina support.