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