-
How do you remove "Thank you for creating with Codestar Framework" from the left footer and and the version from the right footer from my plugin settings page?
Thanks RussPosted 1 year ago # -
Hi Russ,
Thanks for purchasing again. You can change it with "footer_credit" parameter.
CSF::createOptions( $prefix, array( ... 'footer_credit' => 'Add your footer credit text.', ... ) ); // If you want to remove it only typing a space. 'footer_credit' => ' ',
CopyCopied!Regards, Codestar
Posted 1 year ago # -
That worked! Thank you.
Posted 1 year ago # -
Nice, you’re welcome
Posted 1 year ago #