PluginProbe
WPGet API – Connect to any external REST API / 1.1.0
WPGet API – Connect to any external REST API v1.1.0
1.9.2 1.9.3 1.9.4 1.9.5 1.9.6 1.9.7 1.9.8 1.9.9 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.1.0 2.1.1 2.1.3 2.1.4 2.1.5 2.2.0 2.2.1 2.2.10 2.2.2 2.2.3 All 97 releases
← All changes | lib/cmb2/includes/CMB2_Field.php +1 -1 2.2.01.1.0 View file →
@@ -717,9 +717,9 @@
717 717 return $this->escaped_value;
718 718 }
719 719
720 720 $meta_value = $meta_value ? $meta_value : $this->value();
721 -
721 +
722 722 // Check if the field has a registered escaping callback.
723 723 if ( $cb = $this->maybe_callback( 'escape_cb' ) ) {
724 724 // Ok, callback is good, let's run it.
725 725 return call_user_func( $cb, $meta_value, $this->args(), $this );