wordfence_updated_custom_block_text

wordfence_updated_custom_block_text

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: wordfence.8.0.1

do_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));