: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
namespace NetworkPosts\DB\Category;
abstract class NetsPostsTaxonomyQueryBuilder {
private $taxonomy_types = array();
public function __construct( string $base_prefix, int $blog_id = 1 ) {
$this->base_prefix = $base_prefix;
$this->blog_id = $blog_id;
public function set_blog_id( int $id ): void {
public function set_taxonomy_types( array $types ): void {
$this->taxonomy_types = $types;