acf/activated_pro

acf/activated_pro

Hook Type: action

See hook in core

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

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

  • /acf.php line 780
    				}
    			}
    
    			if ( acf_is_pro() ) {
    				do_action( 'acf/activated_pro' );
    			}
    		}
    	}
    
    	/**
    	 * The main function responsible for returning the one true acf Instance to functions everywhere.