[wp-trac] [WordPress Trac] #37149: PHP Warning raised from plugin.php on line 235

WordPress Trac noreply at wordpress.org
Wed Jun 22 10:08:40 UTC 2016


#37149: PHP Warning raised from plugin.php on line 235
--------------------------+----------------------
 Reporter:  nodeleaf      |       Owner:
     Type:  defect (bug)  |      Status:  closed
 Priority:  normal        |   Milestone:
Component:  Plugins       |     Version:  trunk
 Severity:  normal        |  Resolution:  invalid
 Keywords:                |     Focuses:
--------------------------+----------------------
Changes (by dd32):

 * status:  new => closed
 * resolution:   => invalid
 * milestone:  Awaiting Review =>


Comment:

 This is likely coming from a plugin or theme you're running on your site.

 It'll be caused by a plugin/theme doing something such as `add_action(
 'something', 'return "";' );` which is invalid usage of the function - I'd
 suggest you search for it by searching for the `return "";` string on your
 site.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/37149#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list