• Resolved minionnz

    (@minionnz)


    Line 200 of admin.php is this:
    <?php do_action( 'stock_manager_table_variation_td' ); ?>

    And Line 119:
    <?php do_action( 'stock_manager_table_simple_td' ); ?>

    Can we add a parameter to these hooks?

    <?php do_action( 'stock_manager_table_variation_td', $var->ID ); ?>
      <?php do_action( 'stock_manager_table_simple_td', $item->ID ); ?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Added parameter to admin.php hooks’ is closed to new replies.