Inpsyde\MultilingualPress\Common\Admin\AdminNotice::render PHP Method

render() public method

Renders the admin notice.
Since: 3.0.0
public render ( ) : void
return void
    public function render()
    {
        ?>
		<div class="<?php 
        echo esc_attr($this->classes);
        ?>
">
			<?php 
        echo $this->content;
        ?>
		</div>
		<?php 
    }