w3tc_capability_row_action_w3tc_flush_post
w3tc_capability_row_action_w3tc_flush_post
Appears in: w3-total-cache.2.8.10, w3-total-cache.2.8.11, w3-total-cache.2.8.12, w3-total-cache.2.8.2, w3-total-cache.2.8.6, w3-total-cache.2.8.7, w3-total-cache.2.8.8, w3-total-cache.2.8.9
Hook Type: filter
Displaying hooks found in version: w3-total-cache.2.8.9apply_filters('w3tc_capability_row_action_w3tc_flush_post') is found 2 times:
- /Generic_Plugin_AdminRowActions.php line 37
* * @return array */ public function post_row_actions( $actions, $post ) { $capability = apply_filters( 'w3tc_capability_row_action_w3tc_flush_post', 'manage_options' ); if ( current_user_can( $capability ) ) { $actions = array_merge( $actions, array( 'w3tc_flush_post' => sprintf(
- /Generic_Plugin_AdminRowActions.php line 69
* * @return array */ public function page_row_actions( $actions, $post ) { $capability = apply_filters( 'w3tc_capability_row_action_w3tc_flush_post', 'manage_options' ); if ( current_user_can( $capability ) ) { $actions = array_merge( $actions, array( 'w3tc_flush_post' => sprintf(