We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need to create a new include file for housing deprecated items e.g. includes/deprecated.php
includes/deprecated.php
All actions, filters and standalone functions should be using the wp_stream_ prefix.
wp_stream_
stream_query_args
wp_stream_query_args
stream_test_
wp_stream_test_
existing_records()
wp_stream_existing_records()
stream_query()
wp_stream_query()
get_stream_meta()
wp_stream_get_meta()
update_stream_meta()
wp_stream_update_meta()
stream_toggle_filters
wp_stream_toggle_filters
The text was updated successfully, but these errors were encountered:
We need to add stream_toggle_filters to the list. https://github.com/x-team/wp-stream/blob/master/includes/list-table.php#L758-L766
Sorry, something went wrong.
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?
Successfully merging a pull request may close this issue.
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.stream_query_args
=>wp_stream_query_args
stream_test_
=>wp_stream_test_
existing_records()
=>wp_stream_existing_records()
stream_query()
=>wp_stream_query()
get_stream_meta()
=>wp_stream_get_meta()
update_stream_meta()
=>wp_stream_update_meta()
stream_toggle_filters
=>wp_stream_toggle_filters
The text was updated successfully, but these errors were encountered: