APF_Demo_BuiltinFieldTypes_Text::replyToModifyRightFooterText PHP 메소드

replyToModifyRightFooterText() 공개 메소드

Modifies the right footer text.
public replyToModifyRightFooterText ( $sHTML ) : string
리턴 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;
    }