=' ) ) { add_action( 'admin_notices', 'TWP_image_panorama_fail_load_out_of_date' ); return; } // Require the main plugin file require( __DIR__ . '/plugin.php' ); } add_action( 'plugins_loaded', 'TWP_image_panorama_load' ); /** * Add plugin pro link to plugins page */ add_filter( 'plugin_action_links_' . plugin_basename(__FILE__), 'TWP_image_panorama_pro_link' ); function TWP_image_panorama_pro_link( $links ) { $links[] = 'More Plugins'; $links[] = 'Video Tutorials'; return $links; } function TWP_image_panorama_fail_load_out_of_date() { if ( ! current_user_can( 'update_plugins' ) ) { return; } $file_path = 'elementor/elementor.php'; $upgrade_link = wp_nonce_url( self_admin_url( 'update.php?action=upgrade-plugin&plugin=' ) . $file_path, 'upgrade-plugin_' . $file_path ); $message = '
' . __( 'Elementor Image Panorama is not working because you are using an old version of Elementor.', 'image-panorama' ) . '
'; $message .= '' . sprintf( '%s', $upgrade_link, __( 'Update Elementor Now', 'image-panorama' ) ) . '
'; echo '