Need Blank or Dummy Function Reference for Add_Filter
-
I want to place a plugin’s button just beneath my title.
The plugin hooked into the_content, but that placed it beneath the content.
I tried the_title, but that placed it on the same line as the title, and made the plugin’s button appear in my “recent posts” list.
I moved the_author to be just beneath the title, and I tried the_author, but that shows up in some places it shouldn’t, such as in wp-admin’s list of posts.If I used author_email then the plugin’s button would not appear where I don’t want it, but the author email will appear where I don’t want it, so I need a database reference that is blank.
I tried role_has_cap but inexplicably that did nothing at all.
I considered invoking a reference but then rendering it “visibility:hidden”, but that would hide the plugin’s button too.Is there a blank/empty or dummy function reference I can use for add_filter?
- The topic ‘Need Blank or Dummy Function Reference for Add_Filter’ is closed to new replies.