Пример #1
0
<div id='plugin-content-<?php 
echo $this->pluginPageId;
?>
'>
    <!-- Header -->
    <div>
        <h1><?php 
echo \wpPluginFramework\WPHelper::getPluginName($this->core);
?>
</h1>
        <div>
            <?php 
echo \wpPluginFramework\WPHelper::getPluginDescription($this->core);
?>
        </div>
    </div>

    <!-- Content -->
    <div id='content'>
        <?php 
echo $content;
?>
    </div>

    <!-- Footer -->
</div>