APF_Demo_BuiltinFieldTypes_Text::replyToModifyRightFooterText PHP Méthode

replyToModifyRightFooterText() public méthode

Modifies the right footer text.
public replyToModifyRightFooterText ( $sHTML ) : string
Résultat string
    public function replyToModifyRightFooterText($sHTML)
    {
        return "<span>" . sprintf(__('Inserted with the <code>%1$s</code> filter.', 'admin-page-framework-loader'), 'footer_right_{page slug}_{tab slug}') . "</span><br />" . $sHTML;
    }