Пример #1
0
</a></span>
        	<span class="iphorm-help-link"><a href="<?php 
echo iphorm_help_link();
?>
" onclick="window.open(this.href); return false;"><?php 
esc_html_e('Help', 'iphorm');
?>
</a></span>
        </div>
    </div>
    <div class="ifb-form-icon"></div>
    <?php 
if ($id > 0) {
    ?>
        <h2 class="ifb-main-title"><span class="ifb-iphorm-title"><?php 
    echo esc_html(iphorm_get_plugin_name());
    ?>
</span><span class="ifb-iphorm-title-entries"><?php 
    esc_html_e('Entries', 'iphorm');
    ?>
</span><?php 
    echo esc_html($config['name']);
    ?>
        <?php 
    if (strlen($search)) {
        printf('<span class="subtitle">' . __('Search results for &#8220;%s&#8221;') . '</span>', esc_html($search));
    }
    ?>
</h2>
        <?php 
    if (strlen($message)) {
Пример #2
0
/**
 * Allow users to whitelabel the plugin name the WordPress menu
 *
 * @return string The plugin name
 */
function iphorm_get_menu_title()
{
    return apply_filters('iphorm_menu_title', iphorm_get_plugin_name());
}