Warning: Undefined array key "title" in /home/u593943216/domains/wp-experts.in/public_html/secure_content/themes/wp-experts/inc/classes/class-hooks.php on line 151
Hello Friends, If you want to remove the checked categories moving to the top when editing a post using hooks, then just add my code in your theme function file. class Custom_Cat_Checklist { static function init() { add_filter( 'wp_terms_checklist_args', array( __CLASS__, 'checklist_args' ) ); } static function checklist_args( $args )