$attributes Block attributes. * @since 1.1.1 */ public function __construct( $attributes ) { $this->slug = 'address'; $this->set_properties( $attributes ); $this->set_unique_slug(); $this->set_markup_properties(); } /** * Render address markup. * * @param string $content Inner block content (the rendered sub-fields). * @since 1.1.1 * @return string */ public function markup( $content = '' ) { $classes = $this->get_field_classes(); ob_start(); ?>
label ) { ?> label ); ?> help_markup ); ?>