Hi,
Your plugin has an erroneous code block at the end of the file forms-signature-formidable-online-contract-automation/admin/about/autoload.php as below:
/**
* Remove all admin notices from e-signature pages.
*/
add_action('in_admin_header', function () {
$page = isset($_GET['page']) ? $_GET['page'] : false ;
if(empty($page) && !preg_match("/esign-/i",$page)){
return false;
}
remove_all_actions('admin_notices');
remove_all_actions('all_admin_notices');
},1000);
This code is causing to remove all admin notices of any third-party plugins’ subpages because The plugin subpages are served by URL like example.com/wp-admin/admin.php?page=xyz.
Your code removes all admin_notices hooks. It is causing conflict between your plugin and other many third-party popular plugins.
]]>Hey There!
It looks like you have a question about this plugin! I am super happy to answer that for you. ??
In order to give you the best (and quickest!) answer possible, you’ll want to submit this request via our website.
Here are some helpful links to get that request submitted.
Presales: https://www.approveme.com/contact
Support: https://www.approveme.com/support
Going through our website will really help me, help you! ??
Thank you for doing that!
I look forward to speaking with you soon and hope you have a lovely day!
Haley ??
Customer Happiness Engineer
ApproveMe.com