' . esc_html__( 'Settings', 'wpssc' ) . '', ); return array_merge( $mylinks, $links ); } } else { add_action( 'admin_notices', 'wpsslc_admin_notice' ); if ( ! function_exists( 'wpsslc_admin_notice' ) ) { /** * Add admin notice. */ function wpsslc_admin_notice() { echo '

WPSyncSheets Lite For Contact Form 7 plugin requires Contact Form 7 plugin to be active!

'; } } } // Define the class and the function. require_once dirname( __FILE__ ) . '/src/class-contactsheetslite.php'; wpsslc(); }