: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
class ET_Builder_Post_Taxonomy_LayoutCategory extends ET_Core_Post_Taxonomy {
protected $_owner = 'builder';
public $name = 'layout_category';
protected function _get_args() {
'show_admin_column' => true,
'show_in_nav_menus' => false,
'publicly_queryable' => ET_Builder_Post_Type_Layout::is_publicly_queryable(),
protected function _get_labels() {
* Get the class instance.
* @param string $type See {@see self::$wp_type} for accepted values. Default is 'taxonomy'.
* @param string $name The name/slug of the post object. Default is {@see self::$name}.
public static function instance( $type = 'taxonomy', $name = 'layout_category' ) {
if ( ! $instance = parent::instance( $type, $name ) ) {