add_object_page is deprecated since version 4.5
-
Hello
i have got this error :
add_object_page is deprecated since version 4.5 . Use add_menu_page()in file:ps-taxonomy-expander.php
line : 534function add_taxonomy_order_menu() { $hook = add_object_page( __( 'Term order', 'ps-taxonomy-expander' ), __( 'Term order', 'ps-taxonomy-expander' ), 'manage_categories', basename( __FILE__ ), array( $this, 'term_order_page' ) ); add_action( 'admin_print_styles-' . $hook, array( $this, 'term_order_style' ) ); add_action( 'admin_print_scripts-' . $hook, array( $this, 'term_order_scripts' ) ); }
How to fix it ?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘add_object_page is deprecated since version 4.5’ is closed to new replies.