APF_Demo_BuiltinFieldTypes_Text::replyToModifyLeftFooterText PHP Method

replyToModifyLeftFooterText() public method

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