%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/cwg/wp-content/plugins/codepress-admin-columns/classes/Preferences/
Upload File :
Create Path :
Current File : //var/www/cwg/wp-content/plugins/codepress-admin-columns/classes/Preferences/User.php

<?php

namespace AC\Preferences;

use AC\Preferences;

class User extends Preferences {

	/**
	 * @return bool
	 */
	public function save() {
		return (bool) update_user_meta( $this->get_user_id(), $this->get_key(), $this->data );
	}

	/**
	 * @return false|array
	 */
	protected function load() {
		return get_user_meta( $this->get_user_id(), $this->get_key(), true );
	}

}

Zerion Mini Shell 1.0