Okay
  Public Ticket #840394
Meta tags
Closed

Comments

  • Tilen started the conversation

    Hello,

    Can someone please tell me how to delete generated meta tags from the theme?
    Or at least, where can I change them?



    Thank you!

  •  1,558
    Laborator replied

    Hi Tilen,

    Go to Appearance > Editor and edit the functions.php file, add the following code at the end of this file:

    remove_action( 'wp_head', 'aurum_wp_head_open_graph_meta', 5 );

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group