wpseo_ftc_post_update_enable_tracking

wpseo_ftc_post_update_enable_tracking

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-seo.22.6

do_action('wpseo_ftc_post_update_enable_tracking') is found 1 times:

  • /src/actions/configuration/first-time-configuration-action.php line 216
    		 *
    		 * @internal
    		 */
    		// $success is negated to be aligned with the other two actions which pass $failures.
    		\do_action( 'wpseo_ftc_post_update_enable_tracking', $params['tracking'], $option_value, ! $success );
    
    		if ( $success ) {
    			return (object) [
    				'success' => true,
    				'status'  => 200,
    			];