Pending Lising Review email not being sent
-
Hi,
On the above mentioned website the ‘Pending Listing Review’ for Directories Pro email isn’t sent automatically. The system is working, because all the other emails and manual trigger are sent by the website. The weird thing is I can select 2 ‘Pending Listing Review’ options in the dropdown. I’ve implemented the following code into my functions.php, but even this isn’t working:
function bnfw_insert_post_hook_for_theme( $themes ) {
$themes[] = ‘bridge_qode’;
return $themes;
}
add_filter( ‘bnfw_insert_post_themes’, ‘bnfw_insert_post_hook_for_theme’ );Can you please help me out??
The page I need help with: [log in to see the link]
- The topic ‘Pending Lising Review email not being sent’ is closed to new replies.