xwp / stream

🗄️ Stream plugin for WordPress

Home Page:https://wordpress.org/plugins/stream/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecate any hooks & functions with improper names

frankiejarrett opened this issue · comments

We need to create a new include file for housing deprecated items e.g. includes/deprecated.php

All actions, filters and standalone functions should be using the wp_stream_ prefix.

Damn, somehow I missed that one and it got into the 1.3.1 release. Good eye @lukecarbis

@fjarrett No worries - do you think this 4dc0ca9 is an overkill way to deprecate filters?