File manager - Edit - /home/targetcrm/htdocs/www.targetcrm.cloud/wp-content/plugins/integromat-connector/settings/class-meta-object.php
Back
<?php namespace Integromat; class Meta_Object { /** * Gets all metadata related to the object type * * @param $table * @return array */ public function get_meta_items( $table ) { global $wpdb; $query = " SELECT DISTINCT(meta_key) FROM $table ORDER BY meta_key "; return $wpdb->get_col( $query ); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.04 |
proxy
|
phpinfo
|
Settings