Description
The “name_like” parameter was changed in WordPress 3.7 to match terms that contain the “name__like” string. Use this plugin or use the function from the plugin file in your own (child) theme if you want it to only match terms that begin with the “name__like” string as it was prior to 3.7.
This reverses the changes made in this trac ticket.
https://core.trac.www.ads-software.com/ticket/8214
The “search” parameter does almost exactly what the “name__like” parameter does now (in 3.7), the difference being it also searches in term slugs. Use both parameters (as it was before 3.7) to get the terms you want.
See: https://codex.www.ads-software.com/Function_Reference/get_terms#Parameters
Note: this plugin only reverses it on the front end of your website for WordPress versions 3.7 and up.
Installation
- Unzip the get-terms-name-like.zip folder.
- Upload the get-terms-name-like folder to your /wp-content/plugins directory.
- Activate Get Terms name__like.
- That’s it.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Get terms name__like” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Get terms name__like” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.1
- Initial release.