We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12026e4 commit b8cf438Copy full SHA for b8cf438
php/datasource/class-fieldmanager-datasource-post.php
@@ -211,6 +211,7 @@ public function get_ajax_action() {
211
&& isset( $this->query_callback[1] )
212
&& is_string( $this->query_callback[1] )
213
) {
214
+ $unique_key .= is_object( $this->query_callback[0] ) ? get_debug_type( $this->query_callback[0] ) : (string) $this->query_callback[0];
215
$unique_key .= $this->query_callback[1];
216
}
217
$unique_key .= get_called_class();
0 commit comments