APF_Demo_BuiltinFieldTypes_Text::replyToModifyRightFooterText PHP Method

replyToModifyRightFooterText() public method

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