remove text from footer

This topic contains 1 reply, has 2 voices, and was last updated by  Kor 6 years, 4 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #411484

    Javier Solorzano
    Expired Member
    Post count: 117

    Hi, I had removed previously the text that says ” Supreme Directory Theme – Powered by WordPress” with code that was given to me by your team as shown below. However, for some reason, the footer text is back. My text is still there but it has been displaced.

    What can be causing this and how can I remove it again?

    function dt_remove_default_footer() {
    remove_action( ‘dt_footer_copyright’, ‘dt_footer_copyright_default’, 10 );
    add_action( ‘dt_footer_copyright’, ‘custom_dt_footer_copyright_text’, 10 );
    }
    add_action(‘init’, ‘dt_remove_default_footer’);

    function custom_dt_footer_copyright_text(){
    echo ‘MY FOOTER INFORMATION’;
    }

    #411494

    Kor
    Moderator
    Post count: 16516
Viewing 2 posts - 1 through 2 (of 2 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket