w3tc_capability_config_save, manage_options
w3tc_capability_config_save, manage_options
Appears in: w3-total-cache.2.10.3
Hook Type: filter
Displaying hooks found in version: w3-total-cache.2.10.3apply_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