modify_title() missing argument 2 constant warnings
-
Hi – I’m getting constant warnings of
PHP Warning: Missing argument 2 for LH_archived_post_status_plugin::modify_title() in SITEDIR/wp-content/plugins/lh-archived-post-status/lh-archived-post-status.php on line 639
I tried a couple of things, but I don’t know enough about plugin internals to track it down. I thought perhaps the apply_filters() call at line 422 should have “$content” instead of “content”, or possibly an additional argument for $post_id but I couldn’t figure out the problem.
Anyone else seeing anything like this?
Thanks!
John
- The topic ‘modify_title() missing argument 2 constant warnings’ is closed to new replies.