acf/site_health/update_source

acf/site_health/update_source

Hook Type: filter

See hook in core

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

apply_filters('acf/site_health/update_source') is found 1 times:

  • /src/Site_Health/Site_Health.php line 296
    		);
    
    		$fields['update_source'] = array(
    			'label' => __( 'Update Source', 'acf' ),
    			'value' => apply_filters( 'acf/site_health/update_source', __( 'wordpress.org', 'acf' ) ),
    		);
    
    		if ( $is_pro ) {
    			$fields['activated'] = array(
    				'label' => __( 'License Activated', 'acf' ),
    				'value' => ! empty( $license ) ? $yes : $no,