Make WordPress Core

Custom Query

Results (1 - 100 of 143)

1 2
Ticket Summary Status Owner Type Priority Milestone
#18801 Accessibility Enhancements to Settings API accepted joedolson enhancement high Future Release
#14125 Seperate out non-editable options in edit site accepted sorich87 enhancement normal
#15058 Validate option and transient name lengths new enhancement normal Future Release
#15335 register_setting() filter for sanitization callback needs to indicate 2 arguments accepted reopened markjaquith defect (bug) normal Future Release
#15865 Make it easy to disable options / user settings reopened enhancement normal Awaiting Review
#20853 get_post_custom show directly serialized data from the post_meta arrays. assigned defect (bug) normal
#21432 Deprecate *_blog_option() assigned defect (bug) normal Future Release
#21546 Site Settings page is a hot mess reopened enhancement normal
#21989 update_option() calls sanitize_option() twice when option does not exist accepted pbearne defect (bug) normal Future Release
#22192 update_option() strict checks can cause false negatives assigned joemcgill defect (bug) normal Future Release
#23616 General Handler for Whitelisted Options' Submissions new feature request normal
#24726 New filter hook for get_metadata() new enhancement normal
#26895 Deprecate recently_edited option new enhancement normal
#27421 Escape madness in meta API reopened defect (bug) normal
#28454 Inconsistent front page option behavior new defect (bug) normal
#28701 Deleted option is not deleted if value was ever null new defect (bug) normal Awaiting Review
#29082 Pass $meta_id into sanitize_meta() and subsequently into the filter for register_meta callback reviewing chriscct7 enhancement normal
#29299 Plural forms not available for some strings reviewing SergeyBiryukov defect (bug) normal Future Release
#29786 read_post_meta should be a meta capability new enhancement normal
#30995 Pass meta_id when retrieving multiple metas new enhancement normal
#31094 Attempt to cache notoptions in database to save queries for non-existent options new enhancement normal
#32202 Add support for options page locking (settings API concurrency) new enhancement normal
#32565 Adding an underscore prefix meta key with a meta value provides an incorrect error message assigned SergeyBiryukov defect (bug) normal Awaiting Review
#33551 Settings API: Filter sections and fields before displaying them assigned obenland enhancement normal
#33561 get_transient() will always return the value of a broken transient new defect (bug) normal
#33884 Move meta functions to their own files new enhancement normal
#33977 set_transient('settings_errors', get_settings_errors(), 30); and multi user @ wp-admin/options.php new defect (bug) normal
#34322 set_transient and get_transient don't seem to be working for some users since WP 4.3 new defect (bug) normal Awaiting Review
#34405 Retrieval of meta value that is an array. reviewing defect (bug) normal
#34848 Add support for updating post meta in bulk assigned chriscct7 enhancement normal Future Release
#35379 update_network_option changes stored option value if sanitize_option detects error assigned jeremyfelt defect (bug) normal Future Release
#36440 get_results break in wp-admin/options.php if thetable is huge new defect (bug) normal
#36655 Enhancement: Add datetime column to options table. new enhancement normal
#36760 Intermittent empty returns from get_post_meta function after 4.5 upgrade new defect (bug) normal
#37040 Enhancement: new function to validate a transient exists, and isn't expired without extra query assigned pbearne enhancement normal
#37178 Add $cache_only parameter to get_option new enhancement normal Awaiting Review
#37349 Allow sanitize_meta() to filter the meta_value regardless of meta_key new enhancement normal
#37355 remove_settings_section() counterpart to add_settings_section() new enhancement normal
#37579 Inconsistent names for `update_(network_)option` actions new enhancement normal
#37635 BUG in get_option new defect (bug) normal Awaiting Review
#37702 Accept array of IDs in `delete_metadata_by_mid` new enhancement normal Future Release
#37928 add `pre_add_option` filter new enhancement normal Awaiting Review
#37929 Add `pre_delete_option` filter new enhancement normal Awaiting Review
#38203 Remove `absint` on object IDs in `delete_metadata`, etc new defect (bug) normal Awaiting Review
#38690 Introduce classes for settings new enhancement normal Awaiting Review
#38734 Dogfood the Settings API assigned enhancement normal Future Release
#38896 avatar_settings help text may not be accurate if avatar_defaults is filtered new enhancement normal Awaiting Review
#38931 `update_option()` race condition with non-autoloaded options new defect (bug) normal Awaiting Review
#39286 Standardizing actions and filters for adding, getting, setting, updating, and deleting options and transients new enhancement normal Awaiting Review
#39706 Add $unique param to add_{$meta_type}_meta actions new enhancement normal Awaiting Review
#40012 Only add_metadata if no matching value new defect (bug) normal Awaiting Review
#40115 Duplicate Custom Fields are created new defect (bug) normal Awaiting Review
#40353 Site URL and Home URL inputs are not properly validating assigned loru88 defect (bug) normal Awaiting Review
#40369 Mail server settings page (options-writing.php) has no validation new defect (bug) normal Awaiting Review
#40523 populate_options doesn't use correct add_options actions new enhancement normal Awaiting Review
#40642 Add new filter to populate_options new enhancement normal Awaiting Review
#41099 update_option return value ambiguous new enhancement normal Awaiting Review
#41105 Fire action hook after updating option group. new enhancement normal Awaiting Review
#41604 REST API: Attempting to create or update a non-existent setting doesn't return an error response new defect (bug) normal Awaiting Review
#41769 Custom function to display all values of a custom field (meta_key) new feature request normal Awaiting Review
#42012 Do not switch roles and capabilities when accessing options through `*_blog_option()` new enhancement normal Awaiting Review
#42193 Select text in readonly textarea on focus new enhancement normal Future Release
#43069 Docs: improve documentation for register_meta() function new defect (bug) normal Awaiting Review
#43208 Separate setting validation from sanitization new enhancement normal Awaiting Review
#43209 REST API should take settings errors into account new enhancement normal Awaiting Review
#43360 Third parameter for get_option function to return default value instead of empty string new enhancement normal Awaiting Review
#43451 Disallow objects as meta values new feature request normal Awaiting Review
#43598 site-options notoption only queried and never set in not multisite wordpress installs reviewing SergeyBiryukov enhancement normal Future Release
#43704 pre_option_{$option} filter is case sensitive although options are not. new defect (bug) normal Awaiting Review
#43818 Invalidate query caches less aggressively by using a `last_changed` key specific to metadata new enhancement normal Awaiting Review
#44042 Hook for ‘delete_option’ behaviour required new enhancement normal Future Release
#44238 Add protected param to register meta new enhancement normal Awaiting Review
#44387 Add support for site meta in `register_meta()` new enhancement normal Future Release
#44459 Options added to the Permalinks admin page do not get saved new defect (bug) normal Awaiting Review
#44659 Display custom fields new feature request normal Awaiting Review
#44977 Transient fill fail delete to itself if it's timeout option is missing new defect (bug) normal Awaiting Review
#45078 null is being set on a NOT NULL options_value column in the options table. new defect (bug) normal Awaiting Review
#45273 get_postmeta: Inconsistent behavior of the 'single'-argument new defect (bug) normal Awaiting Review
#45353 Homepage title none static homepage when static blog page is set new defect (bug) normal Awaiting Review
#45505 get_post_custom() doesn't pull values new defect (bug) normal Awaiting Review
#46314 JSON strings in postmeta issue new enhancement normal Awaiting Review
#46660 PHP Warning: Countable Error in update_metadata() reopened defect (bug) normal Future Release
#46705 Harden WP core against "update option" endpoint vulnerabilities new feature request normal Awaiting Review
#47166 When option gmt_offset is blank, wordpress will give a 500 error new defect (bug) normal Awaiting Review
#47278 General settings page allows html tag. new defect (bug) normal Awaiting Review
#48393 Fix from #38903 prevents options autoload parameter update accepted SergeyBiryukov enhancement normal Future Release
#48426 Can't update meta via the REST API if an identical value for a field you don't have permission to update is included new defect (bug) normal Future Release
#48478 Allow omitting meta keys from the REST API response if they do not exist new enhancement normal Awaiting Review
#48573 Permalinks Settings screen unnecessarily calls sanitize_option( 'permalink_structure' )... new defect (bug) normal Awaiting Review
#48855 Updating transient to remove expiration fails new defect (bug) normal Awaiting Review
#49705 Sanitizing input for parameterized queries + update_meta_cache new defect (bug) normal Awaiting Review
#49948 Site Meta: Adding additional useful functions new enhancement normal Awaiting Review
#50181 Second params of get_option() not used new defect (bug) normal Awaiting Review
#50678 Transient: save object with protected attributes will fail new defect (bug) normal Awaiting Review
#51699 The only correct method to check for existence of option reopened enhancement normal Awaiting Review
#51730 update_metadata function: differentiate failure from no update new enhancement normal Awaiting Review
#51868 Using a SVG as featured image covers admin panel new defect (bug) normal Awaiting Review
#52284 Add filter for notoptions after retrieval new feature request normal Awaiting Review
#52345 Transient with expiration never expires when storing expiration failed new defect (bug) normal Awaiting Review
#52360 speed up update_meta_cache with easy fix new enhancement normal Awaiting Review
1 2
Note: See TracQuery for help on using queries.