Advertisement
arie_cristianD

disable default JNews account page

Sep 11th, 2024 (edited)
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. remove_action( 'init', array( \JNews\AccountPage::getInstance(), 'add_rewrite_rule' ) );
  2. remove_action( 'template_include', array( \JNews\AccountPage::getInstance(), 'add_page_template' ) );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement