APF_Demo_BuiltinFieldTypes_Text::replyToModifyLeftFooterText PHP Метод

replyToModifyLeftFooterText() публичный Метод

Modifies the left footer text.
public replyToModifyLeftFooterText ( $sHTML ) : string
Результат string
    public function replyToModifyLeftFooterText($sHTML)
    {
        return "<span>" . sprintf(__('Inserted with the <code>%1$s</code> filter.', 'admin-page-framework-loader'), 'footer_left_{page slug}_{tab slug}') . "</span><br />" . $sHTML;
    }