settings->get_setting( 'access-role' ), 'ewd-ufaq-about-us', array( $this, 'display_admin_screen' ) ); } /** * Displays the About Us page * @since 2.2.0 */ public function display_admin_screen() { ?>

Founded in 2014, Etoile Web Design is a leading WordPress plugin development company. Privately owned and located in Canada, our growing business is expanding in size and scope. We have more than 50,000 active users across the world, over 2,000,000 total downloads, and our client based is steadily increasing every day. Our reliable WordPress plugins bring a tremendous amount of value to our users by offering them solutions that are designed to be simple to maintain and easy to use. Our plugins, like the Ultimate Product Catalog, Order Status Tracking, Ultimate FAQs and Ultimate Reviews are rich in features, highly customizable and responsive. We provide expert support to all of our customers and believe in being a part of their success stories.

Our current team consists of web developers, marketing associates, digital designers and product support associates. As a small business, we are able to offer our team flexible work schedules, significant autonomy and a challenging environment where creative people can flourish.

FAQ search form, which uses asynchronous requests to search your whole database of FAQs in real time, without having to reload the page, and includes options to auto-complete the search, highlight search results and display all FAQs on initial page load.', 'ultimate-faqs' ); ?>

WooCommerce integration, so you can easily add FAQs tab to your product page, with options to either automatically add FAQs, by creating an FAQ category that matches the name of a WooCommerce product or category, or to manage FAQs directly from the product edit screen.', 'ultimate-faqs' ); ?>

Buy Premium Version', 'ultimate-faqs' ), 'https://www.etoilewebdesign.com/license-payment/?Selected=UFAQ&Quantity=1&utm_source=admin_about_us' ); ?>

Re-Run Walk-Through', 'ultimate-faqs' ), admin_url( '?page=ewd-ufaq-getting-started' ) ); ?>

YouTube Playlist', 'ultimate-faqs' ), 'https://www.youtube.com/watch?v=ULAq7e-JyL8&list=PLEndQUuhlvSrNdfu5FKa1uGHsaKZxgdWt&ab_channel=EtoileWebDesign' ); ?>


Send Feature Suggestion
settings->get_setting( 'access-role' ) ) ) { ewdufaqHelper::admin_nopriv_ajax(); } $headers = 'Content-type: text/html;charset=utf-8' . "\r\n"; $feedback = sanitize_text_field( $_POST['feature_suggestion'] ); $feedback .= '

Email Address: '; $feedback .= sanitize_email( $_POST['email_address'] ); wp_mail( 'contact@etoilewebdesign.com', 'UFAQ Feature Suggestion', $feedback, $headers ); die(); } } } // endif;