%s', wpautop( $data['upgrade_notice'] ) ); } } /** * Elementor Plugin Not install than show this Notice * * @since 5.6.6 */ public function tp_f_elementor_load_notice() { $plugin = 'elementor/elementor.php'; $installed_plugins = get_plugins(); if ( ! current_user_can( 'activate_plugins' ) ) { return; } $tp_ele_btn_txt = esc_html__( 'Install Now', 'tpebl' ); if ( isset( $installed_plugins[ $plugin ] ) ) { $tp_ele_btn_txt = esc_html__( 'Activate Now', 'tpebl' ); } echo '
' . esc_html__( 'The Plus Addons for Elementor works as an extension of Elementor. Please install and activate Elementor to unlock all 120+ widgets and extensions. Without Elementor, the addon cannot function.', 'tpebl' ) . '
'; echo ''; echo '