for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Carbon_Fields\Datastore;
use Carbon_Fields\Field\Field;
/**
* Theme options datastore class.
*/
class Network_Datastore extends Meta_Datastore {
* {@inheritDoc}
public function get_meta_type() {
return 'site';
}
public function get_table_name() {
global $wpdb;
return $wpdb->sitemeta;
public function get_table_field_name() {
return 'site_id';