w3tc_capability_config_save, manage_options

w3tc_capability_config_save, manage_options

Hook Type: filter

See hook in core

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

apply_filters('w3tc_capability_config_save, manage_options') is found 1 times:

  • /Generic_AdminActions_Default.php line 449
    		 * filter cannot lower the gate below admin.
    		 *
    		 * @since 2.10.0
    		 */
    		$capability = apply_filters( 'w3tc_capability_config_save', 'manage_options' );
    		if ( ! \current_user_can( 'manage_options' ) || empty( $capability ) || ! \current_user_can( $capability ) ) {
    			wp_die( esc_html__( 'You do not have the rights to perform this action.', 'w3-total-cache' ) );
    		}
    
    		/**
    		 * Read config