', $after = '' );
aweaver_elink( '#tab_pro', esc_html__( 'Absolute Weaver Theme Add-ons', 'absolute-weaver' ), esc_html__( 'Add-ons', 'absolute-weaver' ), $before = '- ', $after = '
' );
?>
Absolute Weaver Plus Plugin
We plan to release a premium addon plugin for Absolute Weaver in the near future.
It will add many useful new features and options.', 'absolute-weaver' ) );
/* for the future...
* if ( !function_exists( 'aweaverplus_plugin_installed' ) ) {
?>
' . esc_html__( 'Absolute Weaver Plus Features - You are using Absolute Weaver Plus. Thank you.', 'absolute-weaver' ) . '' . "\n";
do_action( 'aweaverplus_admin','aweaverplus_admin' );
}
*** */
?>
Please scroll to the end of the release notes to view latest changes.
Warning! Your WP host server has only %s of PHP Memory.
Depending on your WordPress configuration, this could cause settings made in the Customizer to NOT be saved and applied to your live site. Absolute Weaver recommends at least 128M of PHP memory for the Customizer to work properly. Please verify that settings you make in the Customizer are being applied to your live site.
HOW TO FIX THIS PROBLEM
- If your Customizer Settings do not save properly: Contact your site hosting company your hosting company to increase your PHP memory to 128M. This also may be an option on your hosting control panel. After you increase the PHP, please verify Customizer options are being saved.
- You do not need to or want to increase PHP Memory: Install the Absolute Weaver Theme Support Plugin and check either the Disable Absolute Weaver Customizer Interface option or the Ignore Customizer PHP Minimum Memory on the Advanced Options : Admin Options tab.', 'absolute-weaver' ) ), esc_html( $server_mem_lim ) . 'M' );
}
do_action( 'aweaver_more_help' );
}
function aweaver_clear_messages() {
if ( false && ! function_exists( 'aweaverplus_plugin_installed' ) ) {
echo '';
aweaver_site_link( '', '//plus.weavertheme.com/', esc_html__( 'Absolute Weaver Plus', 'absolute-weaver' ) );
echo esc_html__( 'Get Absolute Weaver Plus!', 'absolute-weaver' ) . '';
}
do_action( 'aweaver_check_licenses' );
}
// ========================== utils ==================================
function aweaver_elink( $href, $title, $label, $before = '', $after = '' ) {
echo aweaver_esc_text( $before . '' . $label . '' . $after );
}
function aweaver_tab_title( $title, $help_link, $help_title ) {
echo '
' . esc_html( $title );
aweaver_help_link( $help_link, $help_title );
echo '
';
}
function aweaver_end_of_section( $who = '' ) {
echo '
';
$name = aweaver_getopt( 'themename' );
if ( ! $name ) {
$name = esc_html__( 'Please set theme name on the Advanced Options → Admin Options tab.', 'absolute-weaver' );
}
$local_mem_lim = ini_get( 'memory_limit' );
$server_mem_lim = get_cfg_var( 'memory_limit' );
// translators: %1: theme name, $2: theme version, %3: style version, %4 subtheme name, %5 - local memory limit, %6 - server memory limit
printf( esc_html__( '%1$s %2$s | Options Version: %3$s | Subtheme: %4$s | PHP Memory Limit: Local - %5$s / Server - %6$s', 'absolute-weaver' ),
esc_html( AWEAVER_THEMENAME ), esc_html( AWEAVER_VERSION ), esc_html( aweaver_getopt( 'style_version' ) ), esc_html( $name ),
esc_html( $local_mem_lim ), esc_html( $server_mem_lim ) );
echo "\n";
$last = aweaver_getopt( 'last_option' );
if ( $last != AWEAVER_THEMENAME || $last != 'Absolute Weaver' ) // check for case of limited PHP $_POST values
{
?>
Please open the Absolute Weaver admin page again to synchronize theme settings. If you continue to see this message, please contact us on the support forum at https://forum.weavertheme.com for help.", 'absolute-weaver' ) );
}
}
function aweaver_donate_button() {
if ( ! aweaver_getopt_checked( '_hide_donate' ) && ! function_exists( 'aweaverplus_plugin_installed' ) ) {
$img = WP_CONTENT_URL . '/themes/absolute-weaver/assets/images/donate-button.png';
?>