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.3.12

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

  • /includes/class-acf-site-health.php line 292
    			);
    
    			$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,