elements_table = $wpdb->posts; } /** * @param string $element_type * * @return bool */ public function is_hierarchical( $element_type ) { return is_post_type_hierarchical( $element_type ); } }