acf/first_activated

acf/first_activated

Hook Type: action

See hook in core

Displaying hooks found in version: advanced-custom-fields.6.3.11

do_action('acf/first_activated') is found 1 times:

  • /acf.php line 776
    772
    773
    774
    775
    776
    777
    778
    779
    780
    781
    782
        // If acf_version is set, this isn't the first activated version, so leave it unset so it's legacy.
        if ( null === get_option( 'acf_version', null ) ) {
            update_option( 'acf_first_activated_version', ACF_VERSION, true );
     
            do_action( 'acf/first_activated' );
        }
    }
     
    if ( acf_is_pro() ) {
        do_action( 'acf/activated_pro' );
    }