winkm89 / teachPress

Official repository of teachPress (publication management plugin for WordPress)
GNU General Public License v2.0
56 stars 43 forks source link

Return proper string value in filter hook handler. #242

Closed TobiasBg closed 1 year ago

TobiasBg commented 1 year ago

The filter hook handler function must return a string in all cases. return; corresponds to a return value of null.

Reported and analyzed in https://wordpress.org/support/topic/cannot-edit-tables-after-update-need-help/ .