Advertisement
fahimmurshed

Display double title on the post

Mar 21st, 2023
891
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. add_filter( 'astra_the_title_enabled', 'display_page_title', 999 );
  2. function display_page_title() {
  3.   return true;
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement