Place order button don't make action
-
I click in Place order button after put the advert content and this button don’t work.
I put the code in functions:Plugin Name: WPAdverts Snippets – Ads By Author
Version: 1.0
Author: Greg Winiarski
Description: Links “Posted By” on Ad details page, to page which displays all active ads posted by this author. Note this plugin requires WPAdverts 1.0.5 in order to work.Plugin Name: WPAdverts Snippets – Search by category
Description: Adds categories dropdown input to [adverts_list] search bar.And put that:
add_filter(“adverts_action_save”, “my_adverts_action_save”);
function my_adverts_action_save($content) {
wp_mail( get_option(“admin_email”), “New Ad Posted”, “New Ad posted on your site.” );
return $content;Can that code make problem with WPAdvert ?
Hope this help
Regards
- The topic ‘Place order button don't make action’ is closed to new replies.