Skip to content

v1.4.1: Option search endpoint

Choose a tag to compare

@shutupandshave shutupandshave released this 27 Feb 00:44
· 2 commits to main since this release

Added

  • GET /wp-json/communitytech/v1/options/search?pattern=... — Search wp_options by SQL LIKE pattern. Returns matching option names and values (truncated to 200 chars). Useful for finding options when you don't know the exact name.