Warning: Array to string conversion in /home/customer/www/docs.automatorplugin.com/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 825
Add_Mec_Integration::display_admin_notices()
Display some admin notices.
Return Return
(Uncanny_Automatorvoid.)
Source Source
File: src/integrations/modern-events-calendar/add-mec-integration.php
public function display_admin_notices() { ?> <div class="notice notice-warning is-dismissible"> <p> <?php esc_html_e( 'A newer version Uncanny Automator Pro is required to use Uncanny Automator with Modern Events Calendar. Please update Uncanny Automator Pro to the latest version.', 'uncanny-automator' ); ?> </p> </div> <?php }
Expand full source code Collapse full source code View on Github