You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I know, only functions at default priority 10 can be unhooked by this plugin. Any functions at other priority numbers are thus not included in the unhook list.
For example, genesis_do_post_image can't be unhooked from genesis_before_entry_content, and genesis_do_author_box_single can't be unhooked from genesis_after_entry because they are at priority 8.
The suggested code to solve this issue is at #21. I submitted this code 5 years ago and haven't been using this plugin since, so I don't know whether this code is still the best way to implement the feature, but hopefully it helps to illustrate.
The text was updated successfully, but these errors were encountered:
As far as I know, only functions at default priority 10 can be unhooked by this plugin. Any functions at other priority numbers are thus not included in the unhook list.
For example,
genesis_do_post_image
can't be unhooked fromgenesis_before_entry_content
, andgenesis_do_author_box_single
can't be unhooked fromgenesis_after_entry
because they are at priority 8.The suggested code to solve this issue is at #21. I submitted this code 5 years ago and haven't been using this plugin since, so I don't know whether this code is still the best way to implement the feature, but hopefully it helps to illustrate.
The text was updated successfully, but these errors were encountered: