Thread Starter
manowp
(@manowp)
@bungeshea : I see your reply now and clarified – “When using add_filter code, it usually doesn’t matter what this is set to.”. Thank you.
Thread Starter
manowp
(@manowp)
Thanks.
Plugin provider has given the list of functions and I am adding them using Code Snippets.
eg.
add_filter(‘frm_setup_edit_fields_vars’, ‘frm_set_uri’, 21, 3);
function frm_set_uri($values, $field, $entry_id){
21 is the priority mentioned in the add_filter. So, I should make the Code Snippets Priority as 22 ? Please clarify.
Thread Starter
manowp
(@manowp)
Hi, Changing [ ] as %5B and %5D in the URL solved the issue. Thank you.
Thread Starter
manowp
(@manowp)
Or
Display Average Ratings after they Rated.