$attributes Block attributes. * @since 0.0.2 */ public function __construct( $attributes ) { $this->set_properties( $attributes ); $this->set_input_label( __( 'Address', 'sureforms' ) ); $this->slug = 'address'; $this->set_markup_properties(); } /** * Render the sureforms address classic styling * * @param string $content inner block content. * @since 0.0.2 * @return string|boolean */ public function markup( $content = '' ) { ob_start(); ?>
label_markup ); ?> help_markup ); ?>