Follow us on

Codestar Support Forum » WordPress Plugins » Codestar Framework

Admin Footer Text Removal Hook

  1. Hi,
    I'm looking for the Hooks for removing Codestar Branding: https://prnt.sc/155gef7

    Posted 2 years ago #

  2. Codestar
    Admin

    Hi,

    Yes of course, you can change it with this param.

    'footer_credit' => 'This is credit text.',CopyCopied!

    and more params for footer.

    'footer_text'   => '',
    'footer_after'  => '',
    'footer_credit' => '',CopyCopied!

    and you can see all params from doc http://codestarframework.com/documentation/#/configurations?id=admin-option-framework

    Regards, Codestar

    Posted 2 years ago #
  3. Hi,
    It's not working, that's why I've contacted if there any hooks available.

    Here's my code: https://prnt.sc/15960fh
    Here's output: https://prnt.sc/15963r2

    Posted 2 years ago #

  4. Codestar
    Admin

    Hi,

    Hmm, I think you set it as empty. You can set like this:

    'footer_credit' => ' ',CopyCopied!

    I mean, put a space.

    Regards, Codestar

    Posted 2 years ago #
  5. Hi,
    Awesome, that did the tricks

    Anyway, waiting for your update about Section/Customizer Dependency and Timepicker update.
    Any expected date for releasing update?

    Thanks

    Posted 2 years ago #

  6. Codestar
    Admin

    Hi,

    You're welcome, I am not sure really, still working on new theme. Maybe 1 month.

    Regards, Codestar

    Posted 2 years ago #