acf/activated_pro

acf/activated_pro

Hook Type: action

See hook in core

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

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

  • /acf.php line 781
    777
    778
    779
    780
    781
    782
    783
    784
    785
    786
    787
                }
            }
     
            if ( acf_is_pro() ) {
                do_action( 'acf/activated_pro' );
            }
        }
    }
     
    /**
     * An ACF specific getter to replace `home_url` in our license checks to ensure we can avoid third party filters.