PluginProbe
Post Grid Gutenberg Blocks – PostX / 5.0.41
Post Grid Gutenberg Blocks – PostX v5.0.41
5.0.41 5.0.39 5.0.38 5.0.37 5.0.36 5.0.35 5.0.34 5.0.33 5.0.32 5.0.31 5.0.30 5.0.29 5.0.28 5.0.27 5.0.26 5.0.25 5.0.23 5.0.24 5.0.22 5.0.21 5.0.20 5.0.19 5.0.18 5.0.17 2.1.1 All 238 releases
← All changes | classes/Initialization.php +2 -0 5.0.285.0.41 View file →
@@ -468,8 +468,9 @@
468 468 * @return void No return value.
469 469 */
470 470 public function register_block_scripts_editor_area() {
471 471 ultimate_post()->register_scripts_common();
472 + $is_expired = Xpo::is_lc_expired();
472 473 global $pagenow;
473 474 $depends = 'wp-editor';
474 475 if ( $pagenow === 'widgets.php' ) {
475 476 $depends = 'wp-edit-widgets';
@@ -534,8 +535,9 @@
534 535 'disable_image_size' => ultimate_post()->get_setting( 'disable_image_size' ),
535 536 'dark_logo' => get_option( 'ultp_site_dark_logo' ) ? get_option( 'ultp_site_dark_logo' ) : false,
536 537 'builder_url' => admin_url( 'admin.php?page=ultp-settings#builder' ),
537 538 'custom_fonts' => $custom_fonts,
539 + 'expierd' => $is_expired,
538 540 )
539 541 );
540 542 wp_set_script_translations( 'ultp-blocks-editor-script', 'ultimate-post', ULTP_PATH . 'languages/' );
541 543 }