inc2734/mw-wp-form

cannot access protected method MWF_Functions::_return_deprecated_message()

Closed this issue · 0 comments

WP_DEBUGがtrueの時に確認しました。(エラーレベルはwarn)

add_filter( 'the_content', 'MWF_Functions::_return_deprecated_message' );

_return_deprecated_messageprotectedのためエラーになるようです。

protected static function _return_deprecated_message( $content = '' ) {