• php deprecated in PHP 8.1 $nonce = filter_input( INPUT_POST, ‘fe_modify_comment_parent_nonce’, FILTER_SANITIZE_STRING );

    Update $nonce = filter_input( INPUT_POST, ‘fe_modify_comment_parent_nonce’, FILTER_SANITIZE_FULL_SPECIAL_CHARS );

    Sorry for my English.

  • You must be logged in to reply to this topic.