[Resolved] Filter to disable page titles does not work

Home Forums Support [Resolved] Filter to disable page titles does not work

Home Forums Support Filter to disable page titles does not work

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #464570
    Dragomir

    Hi,

    I put the following code in my child theme’s functions.php but the titles are still shown on the page:

    add_filter( 'generate_show_title', 'remove_my_titles1' );
    function remove_my_titles1()
    { 
        return false;
    }

    what am I doing wrong?

    #464586
    Leo
    Staff
    Customer Support
    #464710
    Dragomir

    Thank you, Leo. It works.

    #464745
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.