: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
* @param string $tag_base Tag permalink structure base.
public function set_tag_base( $tag_base ) {
if ( get_option( 'tag_base' ) !== $tag_base ) {
update_option( 'tag_base', $tag_base );
* Constructor - Calls init(), which runs setup.
public function __construct() {