Inpsyde\MultilingualPress\Common\Admin\AdminNotice::render PHP Méthode

render() public méthode

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