function saturday_hours(){ $saturday_hours = rwmb_meta( 'b7_saturday_hours', $args = [], $post_id = 26 ); return $saturday_hours; }
Please Make the post and args consistent with the example above.
function low_dollar(){ $low_dollar = rwmb_meta( 'low_dollar',[ 'object_type' => 'setting' ], 'business-info' ); return $low_dollar; } function high_dollar(){ $high_dollar = rwmb_meta( 'high_dollar',[ 'object_type' => 'setting' ], 'business-info' ); return $high_dollar; } function years_xp(){ $years_xp = rwmb_meta( 'years_xp', [ 'object_type' => 'setting' ], 'business-info' ); return $years_xp; }Please authenticate to join the conversation.
Closed
Bug Reports
Get notified by email when there are changes.
Closed
Bug Reports
Get notified by email when there are changes.