start_controls_section( 'section_content', [ 'label' => 'Settings', ] ); $this->end_controls_section(); } protected function render(){ $settings = $this->get_settings_for_display(); // Store block $html = '

Download the Float app now.

google-img apple-img
'; // End store block echo $html; } }