Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author jkalawe

    (@jkalawe)

    I’m not really sure why this error is being thrown because the argument should be automatically supplied by wordpress.

    Both functions are simply callbacks for the following filters:

    add_filter('default_title', 'default_text_title');
    add_filter('the_editor_content', 'default_text_body');

    Plugin Author jkalawe

    (@jkalawe)

    I was totally incorrect in my last post as the callback functions are also used outside of the filters.

    I have modified the callbacks to use a default argument and have updated the plugin.

    Thread Starter yoramzara

    (@yoramzara)

    Many thanks. Issue solved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error’ is closed to new replies.