asdfdotdev / utm.codes

WordPress plugin that makes building analytics friendly links quick and easy.
https://utm.codes
GNU General Public License v2.0
10 stars 14 forks source link

Shorten Interface Include Missing #33

Closed chrislarrycarl closed 5 years ago

chrislarrycarl commented 5 years ago

Two uses of the custom shortner object filter (utmdc_shorten_object) are missing the interface include resulting in an error when a custom shortener is in use.

This include uses in meta_box_contents() and render_settings_options().

Add the interface include to resolve this.