You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This maintenance update is for compatibility with WordPress 5.0.2 and PHP 7.3. It also includes performance updates to the plugin framework.
* Tweak - Test for compatibility with WordPress 5.0.2 and WordPress 4.9.9
* Tweak - Create new structure for future development of Gutenberg Blocks
* Framework - Performance improvement. Replace wp_remote_fopen with file_get_contents for get web fonts
* Framework - Performance improvement. Define new variable `is_load_google_fonts` if admin does not require to load google fonts
* Credit - Props to Derek for alerting us to the framework google fonts performance issue
* Framework - Register style name for dynamic style of plugin for use with Gutenberg block
* Framework - Update Modal script and style to version 4.1.1
* Framework - Update a3rev Plugin Framework to version 2.1.0
* Framework - Test and update for compatibility with PHP 7.3
<div class="a3rev-ui-google-api-key-description"><?phpechosprintf( __( "Enter your existing Google Map API Key below. Don't have a key? Visit <a href='%s' target='_blank'>Google Maps API</a> to create a key", 'a3-lazy-load' ), 'https://developers.google.com/maps/documentation/javascript/get-api-key' ); ?></div>
placeholder="<?phpecho__( 'Google Map API Key', 'a3-lazy-load' ); ?>"
1882
+
<?phpechoimplode( '', $custom_attributes ); ?>
1883
+
/>
1884
+
<p class="a3rev-ui-google-valid-key-message"><?phpecho__( 'Your Google API Key is valid and automatic font updates are enabled.', 'a3-lazy-load' ); ?></p>
1885
+
<p class="a3rev-ui-google-unvalid-key-message"><?phpecho__( 'Please enter a valid Google API Key.', 'a3-lazy-load' ); ?></p>
1886
+
</div>
1887
+
</div>
1888
+
</td>
1889
+
</tr><?php
1890
+
1891
+
break;
1892
+
1837
1893
// Manual Check New Version when click on the button instead of wait for daily
0 commit comments