ホーム > クラス > クラス WP_User_Query::__construct() コンストラクタ 2014/12/12 2014/12/17 目次1 WP_User_Query::__construct() コンストラクタ2 定義ファイル :/blog/wp-includes/user.php 2WP_User_Query::__construct() コンストラクタ定義ファイル :/blog/wp-includes/user.php 2PHP public function __construct( $query = null ) { if ( ! empty( $query ) ) { $this->prepare_query( $query ); $this->query(); } }123456 public function __construct( $query = null ) { if ( ! empty( $query ) ) { $this->prepare_query( $query ); $this->query(); } } - クラス