搜索结果

跳转至: 导航、​ 搜索

页面标题匹配

  • (方法名称之前有一个&符号(&) 指出会[http://www.php.net/manual/en/language.references.return.php 返回方法供参考]。)
    6 KB(511个字) - 2008年7月29日 (二) 17:01
  • 506字节(39个字) - 2010年5月11日 (二) 18:13
  • * [[WordPress:Function Reference/wp_verify_nonce|wp_verify_nonce]] * [[WordPress:Function Reference]]
    394字节(39个字) - 2008年9月18日 (四) 11:36
  • WordPress provides a class of functions for all database manipulations. The class is called <code>wpdb</code> and …will automatically use the database WordPress is installed in. Any of the functions below will work with a query that is set up like this.
    29 KB(3,355个字) - 2008年8月14日 (四) 15:34
  • * [[WordPress:Function Reference/check_admin_referer|check_admin_referer]] * [[WordPress:Function Reference/wp_create_nonce|wp_create_nonce]]
    485字节(40个字) - 2008年7月29日 (二) 15:49
  • * [[WordPress:Function Reference/wp_verify_nonce|wp_verify_nonce]] * [[WordPress:Function Reference/do_action|do_action]]
    603字节(53个字) - 2008年7月29日 (二) 15:39
  • WordPress provides a class of functions for all database manipulations. The class is called <code>wpdb</code> and …'any'' query on the WordPress database. It is best to use a more specific function, however, for SELECT queries.
    28 KB(3,240个字) - 2008年7月31日 (四) 16:11
  • …tional args\])</tt> : Classes extending <tt>Walker</tt> should define this function to return <tt>$output</tt> concatenated with the markup starting an element …tional args\])</tt> : Classes extending <tt>Walker</tt> should define this function to return <tt>$output</tt> concatenated with the markup ending an element.
    5 KB(453个字) - 2008年8月2日 (六) 13:02
  • 4 KB(298个字) - 2008年8月1日 (五) 15:39
  • ; <tt>$matches</tt> :当计算rewrite 规则的references的时候,在内部使用这个。 …数组,但是使用<tt><var>$matches</var>[xxx]</tt>(xxx是个数字的位置),而不是普通的mod_rewrite backreferences,<var>$xxx</var>(xxx是个数字的位置)。当你准备在PHP内部
    13 KB(1,117个字) - 2008年7月31日 (四) 18:08
  • 393字节(22个字) - 2008年7月26日 (六) 15:15
  • 3 KB(179个字) - 2008年7月29日 (二) 16:14
  • 561字节(40个字) - 2008年7月29日 (二) 15:44
  • 369字节(22个字) - 2008年7月29日 (二) 15:36
  • * [[WordPress:Function_Reference/wp_schedule_event|wp_schedule_event]] * [[WordPress:Function_Reference/wp_schedule_single_event|wp_schedule_single_event]]
    709字节(61个字) - 2008年7月29日 (二) 15:29
  • * [[WordPress:Function_Reference/wp_schedule_event|wp_schedule_event]] * [[WordPress:Function_Reference/wp_schedule_single_event|wp_schedule_single_event]]
    751字节(49个字) - 2008年7月29日 (二) 15:21
  • * [[WordPress:Function_Reference/wp_schedule_event|wp_schedule_event]] * [[WordPress:Function_Reference/wp_schedule_single_event|wp_schedule_single_event]]
    635字节(56个字) - 2008年7月29日 (二) 15:13
  • function my_activation() { function do_this_hourly() {
    1 KB(97个字) - 2008年7月29日 (二) 15:08
  • function do_this_in_an_hour() { 也看看[[WordPress:Function_Reference|Function_Reference]]
    1 KB(65个字) - 2008年7月29日 (二) 14:45
  • {{Parameter|$name|string|将要删除的选项名。可以在[[WordPress:Option Reference|选项参考]]中找到有效的默认选项的列表。}}
    394字节(20个字) - 2008年7月28日 (一) 11:44

页面内容匹配

  • …ore. Before you begin the process, we recommend you get familiar with the functions of WordPress. The most comprehensive list of articles about these subjects Oh yeah, it doesn't hurt to have a CSS pocket reference or some other favourite CSS resource material handy so that you don't do si
    46 KB(4,588个字) - 2008年7月15日 (二) 17:09
  • …:Stepping Into Templates|template files]], an optional functions file (<tt>functions.php</tt>), and images. For example, a Theme named "test" would probably… …目录包含有主题的所有样式表文件,[[WordPress:Stepping Into Templates|模板文件]],一个可选择的的函数文件(<tt>functions.php</tt>),和图像。例如,一个叫做"测试"的主题可能会在<t
    43 KB(4,549个字) - 2008年8月18日 (一) 16:56
  • There is one major new functionality addition in [[WordPress:Version 2.5]] for Themes (Avatars), and severa …de the comment loop of the <tt>comments.php</tt> file, to support this new functionality (see the Default and Classic themes in WordPress 2.5 for examples):
    17 KB(1,767个字) - 2008年9月19日 (五) 11:54
  • …dPress:Function Reference/add action|add_action()]] 和 [[WordPress:Function Reference/add filter|add_filter()]]。
    1 KB(94个字) - 2008年7月26日 (六) 16:53
  • …dPress:Function Reference/add filter|add_filter()]] 和 [[WordPress:Function Reference/add action|add_action()]]。
    1 KB(85个字) - 2008年7月26日 (六) 15:38
  • * [[WordPress:Function Reference/wp_verify_nonce|wp_verify_nonce]] * [[WordPress:Function Reference]]
    394字节(39个字) - 2008年9月18日 (四) 11:36
  • …, [[WordPress:Function Reference/delete_option|移除]], 和[[WordPress:Function_Reference/get_option|重新找回]]。这个列表与WordPress2.3.1版本一致,而
    12 KB(931个字) - 2008年5月27日 (二) 10:59
  • public function foo($required, $optional = NULL) public function sampleMethod($a)
    17 KB(626个字) - 2009年8月28日 (五) 16:21
  • function myplugin_add_custom_box() { if( function_exists( 'add_meta_box' )) {
    6 KB(623个字) - 2008年7月23日 (三) 17:04
  • * [[WordPress:Plugin API/Filter Reference|插件API/过滤器参考]] - Reference list of filter hooks available in WordPress中拥有的过滤器hooks的参 * [[WordPress:Plugin API/Action Reference|插件API/Action参考]] - WordPress拥有的action hooks 的列表参考
    6 KB(315个字) - 2008年6月23日 (一) 16:29
  • 请参看[[Gallery:Themes:Reference:Blocks|外观主题中的区块]],以获取现有的所有区块列表。 * 一些标准数据(默认项目,用户)已加载并随时可通过模板变量进行访问。参见:[[Gallery:Themes:Reference:Variables|模板变量]]
    6 KB(456个字) - 2008年11月5日 (三) 11:04
  • ;<tt>[[WordPress:Function Reference/get post custom keys|get_post_custom_keys()]]</tt>:得到当前文章的所
    8 KB(465个字) - 2008年6月16日 (一) 15:09
  • [[WordPress:Function Reference/wp delete attachment|wp_delete_attachment()]], [[WordPress:Function Reference/wp get attachment url|wp_get_attachment_url()]],
    2 KB(131个字) - 2008年7月24日 (四) 15:18
  • …erence/wp delete attachment|wp_delete_attachment()]], [[WordPress:Function Reference/wp insert post|wp_insert_post()]]
    1 KB(118个字) - 2008年7月24日 (四) 15:52
  • * [[WordPress:Function Reference/wp_verify_nonce|wp_verify_nonce]] * [[WordPress:Function Reference/do_action|do_action]]
    603字节(53个字) - 2008年7月29日 (二) 15:39
  • * [[WordPress:Function Reference/check_admin_referer|check_admin_referer]] * [[WordPress:Function Reference/wp_create_nonce|wp_create_nonce]]
    485字节(40个字) - 2008年7月29日 (二) 15:49
  • function email_friends($post_ID) { …件或者WordPress核心可能已经在使用你想到的函数名。更多的信息,请看[[WordPress:Writing a Plugin#Avoiding Function Name Collisions|避免函数名重叠]]。
    14 KB(665个字) - 2008年5月27日 (二) 10:59
  • …w_Tos#Website_Integration|可视化整合指导]]以及[[Gallery:Themes|外观主题]]和[[Gallery:Tpl_Reference|模板]]的相关资料。 function generateUrl($uri, $print=true) {
    85 KB(3,376个字) - 2008年11月21日 (五) 14:56
  • function Tutorial1Module() { function loadTemplate(&$template, &$form) {
    28 KB(1,371个字) - 2008年11月28日 (五) 15:23
  • …ore. Before you begin the process, we recommend you get familiar with the functions of WordPress. The most comprehensive list of articles about these subjects …king, blinking...<br /><br />Oh yeah, it doesn't hurt to have a CSS pocket reference or some other favourite CSS resource material handy so that you don't do si
    23 KB(4,105个字) - 2008年9月16日 (二) 11:40
查看( | )(20 | 50 | 100 | 250 | 500