I prefer empty
for this because it considers a lot of things to be “empty” besides just an empty string, and that is the behavior I usually want. Be aware of that though.
I am not 100% sure what you are doing but…
if( empty($swap_value) ) {
// runs if no $swap_value, or an empty value
}
// OR
if( !empty($swap_value) ) {
// runs if $swap_value is set to something
}
Reference the PHP Docs for exactly what empty
considers “empty” or “not empty”.
Related Posts:
- Conditional custom field query
- Conditionally hide or show woocommerce product variation in fontend by custom field
- Specific coditional usage [closed]
- award points to a user each time they update their cpt post
- The conditional logic only works to show or hide?
- Create citation and url in post using 3 custom fields with conditions for each field… So close!
- Conditional display based on ACF checkbox
- Is it safe to store a user setting you don’t want the user to ever modify as a user option?
- Problem with serialized arrays in custom meta
- explode array within shortcode
- Can I count the number of users matching a value in a multiple value key?
- extend Meta Box / Document Panel
- Add multiple images to a page sidebar
- How to delete custom field “suggestions” from dropdown list
- How to get a meta value from all post
- Adding existing user custom field value to a woocommerce product [closed]
- How to save values of a custom input field on the Network > Site Info screen
- How to load php file for specific page in admin?
- How to set default metaboxes on user creation?
- Metabox nonce PHP notice
- ajax jquery update custom field meta value front end
- How to break meta values into different items and avoid duplicates?
- Add input field to ‘Pages > Edit Page’ through functions.php
- How can I query on the year part of a complete date in a custom field?
- get_post_meta not working inside loop
- How do I exclude posts by custom field value?
- How to display Meta Field Value?
- Upcoming Event: How do I sort database by custom date field, but ignore past dates?
- What is the cleanest way to extract custom variables from a post
- Auto populate a meta box field from another meta box field when publish or save
- Eliminating the appearance of a specific custom field in a post
- Display two custom values from a post
- Find page IDs with specific meta tag key value pairs
- Order query by meta_value with multiple custom fields
- Display only past events on that page using Visual Composer Grid Bulider
- custom avatar removal
- user Profile meta value as custom field
- Remove Body Classes
- Send email with custom fields after new draft is saved or new post published
- Use WPbakery for own custom field [closed]
- Get posts with same meta value as current post
- Add custom field to all posts in specific post_type
- Change the sort order for posts to include custom field
- query posts custom field calculation value
- Get Data From wp_sitemeta for Multisite network
- Advanced Custom Fields – display label and value only if value entered
- Syntax Issue: How Do I Call A Custom Field Inside a ForEach Statement? [closed]
- Singleton Custom Field (Meta Box)
- Get categories query not working in function.php
- wordpress custom loop ascending descending posts by custom field
- Hide custom fields when empty
- Save all the post tags inside a custom field
- How to add fields in custom registration form, validate it and aave to db? [closed]
- How to update a custom field in all posts with the value of another custom field in the same post?
- How add multiple wp_editor_box to new post
- Best Way to get facebook share count and update using wp_schedule_event or any other method
- Get YouTube video id from url in a custom field
- Related query shows same image in loop
- How to insert multiple checkbox values into post as custom fields from frontend
- Insert posting automatically based in acf field
- Data URI in custom fields
- Add specific custom fields to post formats
- How to get custom image field of specific post id
- Custom field to array?
- How to sort by custom field value?
- Meta Box Plugin Cloned Fields – Multiple Foreach values
- How to update custom field of a posts in a particular category
- How to query posts by month based on date custom field?
- Custom field bug in WordPress 3.2
- Change word in woocommerce product category custom field
- get posts based on non-single metadata
- Problem with revisions only returning four results
- Woocommerce products search with custom fields
- Convert author metadata to a custom field
- How to save multiple values with same meta_key, each value linked to another tag id
- Add forms dynamically in admin pages?
- Custom pages or Custom Posts
- get_avatar filter is not working as per requirement
- What WordPress “technology” would I use if I wanted subscribers to be able to mark pages with characteristics and notes?
- WordPress Admin – Automatically Sort Custom Posts by Custom Field Date Value in d-m-Y Fomat
- how can i show WordPress custom field data to my short code?
- searching by keywords in post’s metas or pagination links problem
- Permanently show Custom Fields in Editor
- open modal window
- a lot of custom fields
- Hide custom fields by user’s role
- select user with all meta field and field value. I am use Below Query for this ,So any of know another way to fast query instead of below query?
- Retrieve Google API JSON data and store as WordPress Custom Fields
- update meta field value after
- meta_query ‘compare’ => ‘!=’ not working
- If metabox fields has content display content
- Display Data From This Custom Media Upload Meta Box?
- Custom fields and auto save
- Save values generated via API as custom meta fields
- Load code for custom fields only on admin pages?
- Custom field in a shortcode?
- Exclude empty fields from custom field calculation (Average)
- Pagination not displaying correct number of pages
- How do i output images from URL’s added to the same custom field key
- Filter Query Post by Custom Fields(by date)