wordfence_updated_custom_block_text
wordfence_updated_custom_block_text
Appears in: wordfence.8.0.1
Hook Type: action
Displaying hooks found in version: wordfence.8.0.1do_action('wordfence_updated_custom_block_text') is found 1 times:
- /lib/wfConfig.php line 2740
* @param string $after The new text. * @since 8.0.0 * */ do_action('wordfence_updated_custom_block_text', $before, $after); } break; } case 'other_pwStrengthOnUpdate': { $before = wfUtils::truthyToBoolean(wfConfig::get($key));