• Many filters doesn’t work anymore, I had to rollback to v2.06

    add_filter(‘adverts_tpl_single_details’)
    add_filter(‘adverts_form_load’)

    and many more

Viewing 1 replies (of 1 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi,

    1. if you need the adverts_tpl_single_details filter then you have to switch back to the old Ad details layout as the new one no longer uses this filter, you can do that by adding the below code in your theme functions.php file
    add_filter( "wpadverts/block-patterns/classifieds-details/version", "__return_null" );

    2. regarding the adverts_form_load filter you will need to send some more details as it appears to be working correctly.

Viewing 1 replies (of 1 total)
  • The topic ‘Update 2.1 Bugs’ is closed to new replies.