true ] ); $give_plugin_authors = [ 'WordImpress', 'GiveWP' ]; /* @var Give_Updates $give_updates */ $give_updates = Give_Updates::get_instance(); ?>
| : | tooltips->render_help( __( 'The URL of your site\'s homepage.', 'give' ) ); ?> | |
| : | tooltips->render_help( __( 'The root URL of your site.', 'give' ) ); ?> | |
| : | tooltips->render_help( __( 'The version of WordPress installed on your site.', 'give' ) ); ?> | |
| : | tooltips->render_help( __( 'Whether or not you have WordPress Multisite enabled.', 'give' ) ); ?> | '; } else { echo '–'; } ?> |
| : | tooltips->render_help( __( 'The maximum amount of memory (RAM) that your site can use at one time.', 'give' ) ); ?> | ' . sprintf( __( '%1$s - We recommend setting memory to at least 64 MB. See: %2$s', 'give' ), size_format( $memory ), '' . __( 'Increasing memory allocated to PHP', 'give' ) . '' ) . ''; } else { echo '' . size_format( $memory ) . ''; } ?> |
| : | tooltips->render_help( __( 'Displays whether or not WordPress is in Debug Mode.', 'give' ) ); ?> | – |
| : | tooltips->render( __( 'Displays whether or not WP Cron Jobs are enabled.', 'give' ) ); ?> | – |
| : | tooltips->render_help( __( 'The current language used by WordPress. Default = English', 'give' ) ); ?> | |
| : | tooltips->render_help( __( 'The permalink structure as defined in Settings.', 'give' ) ); ?> | |
| : | tooltips->render_help( __( 'Whether your front page is set to show posts or a static page.', 'give' ) ); ?> | |
| : | tooltips->render_help( __( 'The page set to display as your front page.', 'give' ) ); ?> | |
| : | tooltips->render_help( __( 'The page set to display your posts.', 'give' ) ); ?> | |
| : | tooltips->render_help( __( 'The table prefix used in your WordPress database.', 'give' ) ); ?> | prefix ); ?> |
| : | tooltips->render_help( __( 'The length of the table prefix used in your WordPress database.', 'give' ) ); ?> | prefix ) ); ?> |
| : | tooltips->render_help( __( 'The status of the table prefix used in your WordPress database.', 'give' ) ); ?> | prefix ) > 16 ? esc_html__( 'Error: Too long', 'give' ) : esc_html__( 'Acceptable', 'give' ); ?> |
| : | tooltips->render_help( __( 'Whether Admin AJAX is accessible.', 'give' ) ); ?> | |
| : | tooltips->render_help( __( 'A list of all registered post statuses.', 'give' ) ); ?> | |
| : | tooltips->render_help( __( 'The hosting provider for this WordPress installation.', 'give' ) ); ?> | |
| : | tooltips->render_help( __( 'Most payment gateway APIs only support connections using the TLS 1.2 security protocol.', 'give' ) ); ?> | tls_version ) ); } ?> |
| : | tooltips->render_help( __( 'The server\'s connection as rated by https://www.howsmyssl.com/', 'give' ) ); ?> | rating : $tls_check->tls_version, 'give' ); } ?> |
| : | tooltips->render_help( __( 'Information about the web server that is currently hosting your site.', 'give' ) ); ?> | |
| : | tooltips->render_help( __( 'The version of PHP installed on your hosting server.', 'give' ) ); ?> | ' . sprintf( __( '%1$s - We recommend a minimum PHP version of 5.6. See: %2$s', 'give' ), esc_html( $php_version ), '' . __( 'PHP Requirements in Give', 'give' ) . '' ) . ''; } else { echo '' . esc_html( $php_version ) . ''; } } else { _e( "Couldn't determine PHP version because phpversion() doesn't exist.", 'give' ); } ?> |
| : | tooltips->render_help( __( 'The largest filesize that can be contained in one post.', 'give' ) ); ?> | |
| : | tooltips->render_help( __( 'The amount of time (in seconds) that your site will spend on a single operation before timing out (to avoid server lockups).', 'give' ) ); ?> | |
| : | tooltips->render_help( __( 'The maximum number of variables your server can use for a single function to avoid overloads.', 'give' ) ); ?> | |
| : | tooltips->render_help( __( 'The largest filesize that can be uploaded to your WordPress installation.', 'give' ) ); ?> | |
| : | tooltips->render_help( __( 'The version of cURL installed on your server.', 'give' ) ); ?> | ' . sprintf( __( '%s - We recommend a minimum cURL version of 7.40.', 'give' ), esc_html( $curl_version['version'] . ', ' . $curl_version['ssl_version'] ) ) . ''; } else { echo '' . esc_html( $curl_version['version'] . ', ' . $curl_version['ssl_version'] ) . ''; } } else { echo '&ndash'; } ?> |
| : | tooltips->render_help( __( 'Suhosin is an advanced protection system for PHP installations. It was designed to protect your servers on the one hand against a number of well known problems in PHP applications and on the other hand against potential unknown vulnerabilities within these applications or the PHP core itself. If enabled on your server, Suhosin may need to be configured to increase its data submission limits.', 'give' ) ); ?> | ' : '–'; ?> |
| : | tooltips->render_help( __( 'The version of MySQL installed on your hosting server.', 'give' ) ); ?> | db_version(); if ( version_compare( $mysql_version, '5.6', '<' ) ) { echo ' ' . sprintf( __( '%1$s - We recommend a minimum MySQL version of 5.6. See: %2$s', 'give' ), esc_html( $mysql_version ), '' . __( 'WordPress Requirements', 'give' ) . '' ) . ''; } else { echo '' . esc_html( $mysql_version ) . ''; } ?> |
| : | tooltips->render_help( __( 'The default timezone for your server.', 'give' ) ); ?> | ' . sprintf( __( 'Default timezone is %s - it should be UTC', 'give' ), $default_timezone ) . ''; } else { echo ''; } ?> |
| : | tooltips->render_help( esc_attr( isset( $post['help'] ) ? $post['help'] : '' ) ); ?> | ' : ''; ?> |
| : | tooltips->render_help( __( 'The version of GiveWP installed on your site.', 'give' ) ); ?> | |
| : | tooltips->render_help( __( 'Whether cache is enabled in GiveWP settings.', 'give' ) ); ?> | |
| : | tooltips->render_help( __( 'This will show the number of pending database updates.', 'give' ) ); ?> | get_total_new_db_update_count(); $total_updates = $give_updates->get_total_db_update_count(); if ( Give_Updates::$background_updater->is_paused_process() ) { // When all the db updates are pending. $updates_text = sprintf( __( '%1$s updates still need to run. (Paused) ', 'give' ), count( $give_updates->get_updates( 'database', 'new' ) ) ); } elseif ( $pending_updates === $total_updates ) { // When all the db updates are pending. $updates_text = sprintf( __( '%1$s updates still need to run.', 'give' ), $total_updates ); } elseif ( $pending_updates > 0 ) { // When some of the db updates are completed and some are pending. $updates_text = sprintf( __( '%1$s of %2$s updates still need to run.', 'give' ), $pending_updates, $total_updates ); } echo $updates_text; ?> |
| : | tooltips->render_help( __( 'This will inform you whether database migration completed or not.', 'give' ) ); ?> | hasMigrationToRun() ? esc_html__( 'Few Database Migrations still need to run.', 'give' ) : esc_html__( 'All Database Migrations Completed.', 'give' ); ?> |
| : | tooltips->render_help( __( 'This will show list of installed database tables.', 'give' ) ); ?> |
%3$s',
$table->installed()
? 'yes'
: 'error',
$table->installed()
? 'yes'
: 'no-alt',
$table->table_name
);
}
$isRevenueTableExist = Table::tableExists( Table::prefixTableName( 'give_revenue' ) );
$db_table_list .= sprintf(
'
|
| : | tooltips->render_help( __( 'Whether cache is enabled in GiveWP settings.', 'give' ) ); ?> | |
| : | tooltips->render_help( __( 'Whether emails is enabled in GiveWP settings.', 'give' ) ); ?> |
get_email_notifications() ) {
ob_start();
foreach ( Give_Email_Notifications::get_instance()->get_email_notifications() as $email_notification ) {
$status = Give_Email_Notification_Util::is_email_notification_active( $email_notification ) ?
'yes' :
'error';
echo sprintf(
'
|
| : | tooltips->render_help( __( 'The version of GiveWP installed prior to the last update.', 'give' ) ); ?> | |
| : | tooltips->render_help( __( 'Whether Test Mode is enabled in GiveWP settings.', 'give' ) ); ?> | |
| : | tooltips->render_help( __( 'The currency code selected in GiveWP settings.', 'give' ) ); ?> | |
| : | tooltips->render_help( __( 'The currency position selected in GiveWP settings.', 'give' ) ); ?> | |
| : | tooltips->render_help( __( 'The decimal separator defined in GiveWP settings.', 'give' ) ); ?> | |
| : | tooltips->render_help( __( 'The thousands separator defined in GiveWP settings.', 'give' ) ); ?> | |
| : | tooltips->render_help( __( 'The page where donors land following a successful transaction.', 'give' ) ); ?> | |
| : | tooltips->render_help( __( 'The page where donors land following a failed transaction.', 'give' ) ); ?> | |
| : | tooltips->render_help( __( 'The page where past donations are listed.', 'give' ) ); ?> | |
| : | tooltips->render_help( __( 'The slug used for GiveWP donation forms.', 'give' ) ); ?> | |
| : | tooltips->render_help( __( 'All payment gateways enabled in GiveWP settings.', 'give' ) ); ?> | |
| : | tooltips->render_help( __( 'The default payment gateway selected in GiveWP settings.', 'give' ) ); ?> | |
| : | tooltips->render_help( __( 'Displays whether when last PayPal IPN is received with which donation or transaction.', 'give' ) ); ?> | 0 && $donation_id !== null && get_post( $donation_id ) instanceof WP_Post ) { $ipn_timestamp = give_get_meta( $donation_id, 'give_last_paypal_ipn_received', true ); $transaction_url = 'https://history.paypal.com/cgi-bin/webscr?cmd=_history-details-from-hub&id=' . $last_paypal_ipn_received['transaction_id']; $donation_url = site_url() . '/wp-admin/edit.php?post_type=give_forms&page=give-payment-history&view=view-payment-details&id=' . $donation_id; echo sprintf( __( 'IPN received for #%2$s ( %4$s ) on %5$s at %6$s. Status %7$s', 'give' ), $donation_url, $donation_id, $transaction_url, $last_paypal_ipn_received['transaction_id'], date_i18n( 'm/d/Y', $ipn_timestamp ), date_i18n( 'H:i', $ipn_timestamp ), $last_paypal_ipn_received['auth_status'] ); } else { echo 'N/A'; } ?> |
| : | tooltips->render_help( __( 'Whether donors can access their donation history using only email.', 'give' ) ); ?> | |
| : | tooltips->render_help( __( 'Displays whether when last Stripe Webhook is received with which donation or transaction.', 'give' ) ); ?> | |
| isPremiumAddons($plugin_data['PluginURI'])) { echo ' ' . __( 'Free addon', 'give' ); } elseif (isset($plugin_data['License']) && true === $plugin_data['License']) { echo ' ' . __( 'Licensed', 'give' ); } else { echo ' ' . __( 'Unlicensed', 'give' ); } echo ' – ' . sprintf(_x('by %s', 'by author', 'give'), wp_kses($author_name, wp_kses_allowed_html('post'))) . ' – ' . esc_html($plugin_data['Version']); ?> | ||
| : | tooltips->render_help( __( 'The name of the current active theme.', 'give' ) ); ?> | Name ); ?> |
| : | tooltips->render_help( __( 'The installed version of the current active theme.', 'give' ) ); ?> | Version ); ?> |
| : | tooltips->render_help( __( 'The theme developer\'s URL.', 'give' ) ); ?> | {'Author URI'}; ?> |
| : | tooltips->render_help( __( 'Whether the current theme is a child theme.', 'give' ) ); ?> | How to Create a Child Theme', 'give' ), 'https://docs.givewp.com/wp-child-themes' ); ?> |
| : | tooltips->render_help( __( 'The name of the parent theme.', 'give' ) ); ?> | Name ); ?> |
| : | tooltips->render_help( __( 'The installed version of the parent theme.', 'give' ) ); ?> | Version ); ?> |
| : | tooltips->render_help( __( 'The parent theme developers URL.', 'give' ) ); ?> | {'Author URI'}; ?> |