wordfence_updated_custom_block_text
wordfence_updated_custom_block_text
Appears in: wordfence.8.0.1, wordfence.8.0.2, wordfence.8.0.3, wordfence.8.0.4, wordfence.8.0.5, wordfence.8.1.0
Hook Type: action
Displaying hooks found in version: wordfence.8.1.0do_action('wordfence_updated_custom_block_text') is found 1 times:
- /lib/wfConfig.php line 2748
* @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));