| @@ -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 | } |