Viewing 1 replies (of 1 total)
  • Uncategorized Creations

    (@uncategorized-creations)

    Hi,

    To fix your problem, you should use

    add_action('apm_tree_row_actions','my_row_actions',10,2);
    add_action('apm_list_row_actions','my_row_actions',10,2);

    instead of

    add_action('apm_tree_row_actions','my_row_actions');
    add_action('apm_list_row_actions','my_row_actions');

    Regards.

Viewing 1 replies (of 1 total)
  • The topic ‘my_row_actions() error’ is closed to new replies.