: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
namespace WordfenceLS\View;
* @package Wordfence2FA\Page
* @var string $id A valid DOM ID for the title.
* @var string|Model_HTML $title The title text or HTML.
* @var string $helpURL The help URL.
* @var string|Model_HTML $helpLink The text/HTML of the help link.
public function __construct($id, $title, $helpURL = null, $helpLink = null) {
$this->_helpURL = $helpURL;
$this->_helpLink = $helpLink;
public function __get($name) {
throw new \OutOfBoundsException('Invalid key: ' . $name);