• Resolved ralphonz

    (@ralphonz)


    Hello,

    I was trying to use this together with the Shopp e-commerce plugin and the order column wasn’t showing up on the shopp custom taxonomies.

    I managed to solve this by changing the add action in the class construct from:
    add_action( 'init', array(&$this, 'init'), 99 );
    to
    add_action( 'admin_init', array(&$this, 'init'), 99 );

    Any chance you could put this in the next update?

    Thanks for such a great plugin.

    http://wordpress.org/plugins/term-menu-order/

  • The topic ‘Change 'init' to 'admin_init'’ is closed to new replies.