[wp-testers] post_row_actions

Emiliano Jankowski ejankowski at gmail.com
Wed Nov 23 14:40:41 UTC 2011


Hi there!

I'm trying to use the *post_row_actions* filter, but I'm having:

Warning: Missing argument 2 for mvn_change_actions()

This is the code, for testing purpose
add_filter( 'post_row_actions', 'mvn_change_actions');
 function mvn_change_actions( $actions,$post) {

$actions = array();

return $actions;
}

And also, it does't execute for a custom post type (

I'm using *WP 3.3-beta3-19254*


Thanks!



-- 
http://www.flickr.com/photos/ejankowski/
--

Emiliano Jankowski
Lic. Sistemas


More information about the wp-testers mailing list