w3tc_capability_row_action_w3tc_flush_post, manage_options

w3tc_capability_row_action_w3tc_flush_post, manage_options

Hook Type: filter

See hook in core

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

apply_filters('w3tc_capability_row_action_w3tc_flush_post, manage_options') 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' );
    
    		/**
    		 * Floor the filterable cap at manage_options to prevent a
    		 * downstream filter from exposing the row action to non-admins
    		 *.
    		 *
    
  • /Generic_Plugin_AdminRowActions.php line 80
    	 *
    	 * @return array
    	 */
    	public function page_row_actions( $actions, $post ) {
    		$capability = apply_filters( 'w3tc_capability_row_action_w3tc_flush_post', 'manage_options' );
    
    		/**
    		 * Floor the filterable cap at manage_options to prevent a
    		 * downstream filter from exposing the row action to non-admins
    		 *.
    		 *