acf/settings/{$name}

acf/settings/{$name}

Hook Type: filter

See hook in core

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

apply_filters('acf/settings/{$name}') is found 1 times:

  • /includes/api/api-helpers.php line 121
    		$value = acf_raw_setting( $name );
    	}
    
    	// filter
    	$value = apply_filters( "acf/settings/{$name}", $value );
    
    	// return
    	return $value;
    }