クラス WP_Roles::__call()
2014/12/11
WP_Roles::__call()
定義ファイル :/blog/wp-includes/capabilities.php
1 2 3 | public function __call( $name, $arguments ) { return call_user_func_array( array( $this, $name ), $arguments ); } |
WEBシステム SI屋の代表のブログです。
2014/12/11
1 2 3 | public function __call( $name, $arguments ) { return call_user_func_array( array( $this, $name ), $arguments ); } |