OwlCyberSecurity - MANAGER
Edit File: install-notice.php
<?php /** * Install Notice */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } global $tc; ?> <div id="message" class="updated tickera-install-notice"> <p><?php printf( __( '<strong>Welcome to %s</strong> – Install pages required by the plugin automatically.', 'tc' ), esc_html( $tc->title ) ); ?></p> <p class="submit"><a href="<?php echo esc_url( add_query_arg( 'install_tickera_pages', 'true', admin_url( 'edit.php?post_type=tc_events&page=tc_settings' ) ) ); ?>" class="button-primary"><?php printf( __( 'Install %s Pages', 'tc' ), esc_html( $tc->title ) ); ?></a></p> </div>