w3tc_capability_row_action_w3tc_flush_post

w3tc_capability_row_action_w3tc_flush_post

Hook Type: filter

See hook in core

Displaying hooks found in version: w3-total-cache.2.8.9

apply_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(