Advertisement
arie_cristianD

remove_post_subtitle

Aug 23rd, 2023
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. add_action(
  2.     'init',
  3.     function () {
  4.         remove_action( 'edit_form_before_permalink', array( \JNews\Init::getInstance(), 'post_subtitle_field' ) );
  5.     }
  6. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement