This file is indexed.

/usr/share/bluefish/bflang/wordpress.bfinc is in bluefish-data 2.2.7-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
<?xml version="1.0" encoding="UTF-8" ?>
<!--
		Bluefish HTML Editor
		wordpress.bfinc $Revision: 7307 $
 
		Copyright (C) 2010 David Binovec
		based on all-php.bfinc Revision 4947 by Copyright (C) 2008-2009 Olivier Sessink

		This program is free software; you can redistribute it and/or modify
		it under the terms of the GNU General Public License as published by
		the Free Software Foundation; either version 2 of the License, or
		(at your option) any later version.

		This program is distributed in the hope that it will be useful,
		but WITHOUT ANY WARRANTY; without even the implied warranty of
		MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
		GNU General Public License for more details.

		You should have received a copy of the GNU General Public License
		along with this program; if not, write to the Free Software
		Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.		
-->

<bfinc>
<group class="load_wordpress_functions"  highlight="php-function" >
	<autocomplete append="();" backup_cursor="2" />
<!-- Wordpress template tags -->
<element pattern="comments_template" >
	<autocomplete append="($file = '/comments.php', $separate_comments = false" /><reference>
 * Loads the comment template specified in $file.
 *
 * Will not display the comments template if not on single post or page, or if
 * the post does not have comments.
 *
 * Uses the WordPress database object to query for the comments. The comments
 * are passed through the 'comments_array' filter hook with the list of comments
 * and the post ID respectively.
 *
 * The $file path is passed through a filter hook called, 'comments_template'
 * which includes the TEMPLATEPATH and $file combined. Tries the $filtered path
 * first and if it fails it will require the default comment themplate from the
 * default theme. If either does not exist, then the WordPress process will be
 * halted. It is advised for that reason, that the default theme is not deleted.
 *
 * @since 1.5.0
 * @global array $comment List of comment objects for the current post
 * @uses $wpdb
 * @uses $id
 * @uses $post
 * @uses $withcomments Will not try to get the comments if the post has none.
 *
 * @param string $file Optional, default '/comments.php'. The file to load
 * @param bool $separate_comments Optional, whether to separate the comments by comment type. Default is false.
 * @return null Returns null if no comments appear
</reference></element>
<element pattern="get_footer" >
	<autocomplete append="($name = null);" /><reference>
 * Load footer template.
 *
 * Includes the footer template for a theme or if a name is specified then a
 * specialised footer will be included.
 *
 * For the parameter, if the file is called "footer-special.php" then specify
 * "special".
 *
 * @uses locate_template()
 * @since 1.5.0
 * @uses do_action() Calls 'get_footer' action.
 *
 * @param string $name The name of the specialised footer.
</reference></element>
<element pattern="get_header" >
	<autocomplete append="($name = null);" /><reference>
* Load header template.
 *
 * Includes the header template for a theme or if a name is specified then a
 * specialised header will be included.
 *
 * For the parameter, if the file is called "header-special.php" then specify
 * "special".
 *
 * @uses locate_template()
 * @since 1.5.0
 * @uses do_action() Calls 'get_header' action.
 *
 * @param string $name The name of the specialised header.
</reference></element>
<element pattern="get_search_form" >
	<autocomplete append="($echo = true);" /><reference>
 * Display search form.
 *
 * Will first attempt to locate the searchform.php file in either the child or
 * the parent, then load it. If it doesn't exist, then the default search form
 * will be displayed. The default search form is HTML, which will be displayed.
 * There is a filter applied to the search form HTML in order to edit or replace
 * it. The filter is 'get_search_form'.
 *
 * This function is primarily used by themes which want to hardcode the search
 * form into the sidebar and also by the search widget in WordPress.
 *
 * There is also an action that is called whenever the function is run called,
 * 'get_search_form'. This can be useful for outputting JavaScript that the
 * search relies on or various formatting that applies to the beginning of the
 * search. To give a few examples of what it can be used for.
 *
 * @since 2.7.0
 * @param boolean $echo Default to echo and not return the form.
</reference></element>
<element pattern="get_sidebar" >
	<autocomplete append="($name = null);" /><reference>
 * Load sidebar template.
 *
 * Includes the sidebar template for a theme or if a name is specified then a
 * specialised sidebar will be included.
 *
 * For the parameter, if the file is called "sidebar-special.php" then specify
 * "special".
 *
 * @uses locate_template()
 * @since 1.5.0
 * @uses do_action() Calls 'get_sidebar' action.
 *
 * @param string $name The name of the specialised sidebar.
</reference></element>
<element pattern="get_template_part" >
	<autocomplete append="($slug, $name = null);" /><reference>
 * Load a template part into a template
 *
 * Makes it easy for a theme to reuse sections of code in a easy to overload way
 * for child themes.
 *
 * Includes the named template part for a theme or if a name is specified then a
 * specialised part will be included. If the theme contains no {slug}.php file
 * then no template will be included.
 *
 * The template is included using require, not require_once, so you may include the
 * same template part multiple times.
 *
 * For the parameter, if the file is called "{slug}-special.php" then specify
 * "special".
 *
 * @uses locate_template()
 * @since 3.0.0
 * @uses do_action() Calls 'get_template_part{$slug}' action.
 *
 * @param string $slug The slug name for the generic template.
 * @param string $name The name of the specialised template.
</reference></element>
<element pattern="bloginfo" >
	<autocomplete append="($show='');" /><reference>
 * Display information about the blog.
 *
 * @see get_bloginfo() For possible values for the parameter.
 * @since 0.71
 *
 * @param string $show What to display.
name = Testpilot
description = Just another WordPress blog
admin_email = admin@example
url = http://example/home
wpurl = http://example/home/wp
stylesheet_directory = http://example/home/wp/wp-content/themes/child-theme
stylesheet_url = http://example/home/wp/wp-content/themes/child-theme/style.css
template_directory = http://example/home/wp/wp-content/themes/parent-theme
template_url = http://example/home/wp/wp-content/themes/parent-theme
atom_url = http://example/home/feed/atom
rss2_url = http://example/home/feed
rss_url = http://example/home/feed/rss
pingback_url = http://example/home/wp/xmlrpc.php
rdf_url = http://example/home/feed/rdf
comments_atom_url = http://example/home/comments/feed/atom
comments_rss2_url = http://example/home/comments/feed
charset = UTF-8
html_type = text/html
language = en-US
text_direction = ltr
version = 2.9.2
</reference></element>
<element pattern="wp_generator" >
	<autocomplete append="();" backup_cursor="2" /><reference>
 * Display the XHTML generator that is generated on the wp_head hook.
 *
 * @since 2.5.0
</reference></element>
<element pattern="paginate_links" >
	<autocomplete append="(array( 'base' => '%_%', 'format' => '?page=%#%', 'total' => 1, 'current' => 0, 'show_all' => false, 'prev_next' => true, 'prev_text' => __('&amp;laquo; Previous'), 'next_text' => __('Next &amp;raquo;'), 'end_size' => 1, 'mid_size' => 2, 'type' => 'plain', 'add_args' => false, 'add_fragment' => ''));" /><reference>
 * Retrieve paginated link for archive post pages.
 *
 * Technically, the function can be used to create paginated link list for any
 * area. The 'base' argument is used to reference the url, which will be used to
 * create the paginated links. The 'format' argument is then used for replacing
 * the page number. It is however, most likely and by default, to be used on the
 * archive post pages.
 *
 * The 'type' argument controls format of the returned value. The default is
 * 'plain', which is just a string with the links separated by a newline
 * character. The other possible values are either 'array' or 'list'. The
 * 'array' value will return an array of the paginated link list to offer full
 * control of display. The 'list' value will place all of the paginated links in
 * an unordered HTML list.
 *
 * The 'total' argument is the total amount of pages and is an integer. The
 * 'current' argument is the current page number and is also an integer.
 *
 * An example of the 'base' argument is "http://example.com/all_posts.php%_%"
 * and the '%_%' is required. The '%_%' will be replaced by the contents of in
 * the 'format' argument. An example for the 'format' argument is "?page=%#%"
 * and the '%#%' is also required. The '%#%' will be replaced with the page
 * number.
 *
 * You can include the previous and next links in the list by setting the
 * 'prev_next' argument to true, which it is by default. You can set the
 * previous text, by using the 'prev_text' argument. You can set the next text
 * by setting the 'next_text' argument.
 *
 * If the 'show_all' argument is set to true, then it will show all of the pages
 * instead of a short list of the pages near the current page. By default, the
 * 'show_all' is set to false and controlled by the 'end_size' and 'mid_size'
 * arguments. The 'end_size' argument is how many numbers on either the start
 * and the end list edges, by default is 1. The 'mid_size' argument is how many
 * numbers to either side of current page, but not including current page.
 *
 * It is possible to add query vars to the link by using the 'add_args' argument
 * and see {@link add_query_arg()} for more information.
 *
 * @since 2.1.0
 *
 * @param string|array $args Optional. Override defaults.
 * @return array|string String of page links or array of page links.
</reference></element>
<element pattern="get_the_generator" >
	<autocomplete append="( $type = '');" /><reference>
 * Creates the generator XML or Comment for RSS, ATOM, etc.
 *
 * Returns the correct generator type for the requested output format. Allows
 * for a plugin to filter generators on an individual basis using the
 * 'get_the_generator_{$type}' filter.
 *
 * @since 2.5.0
 * @uses apply_filters() Calls 'get_the_generator_$type' hook.
 *
 * @param string $type The type of generator to return - (html|xhtml|atom|rss2|rdf|comment|export).
 * @return string The HTML content for the generator.
</reference></element>
<element pattern="the_generator" >
	<autocomplete append="();" backup_cursor="2" /><reference>
 * Display the generator XML or Comment for RSS, ATOM, etc.
 *
 * Returns the correct generator type for the requested output format. Allows
 * for a plugin to filter generators overall the the_generator filter.
 *
 * @since 2.5.0
 * @uses apply_filters() Calls 'the_generator' hook.
 *
 * @param string $type The type of generator to output - (html|xhtml|atom|rss2|rdf|comment|export).
</reference></element>
<element pattern="language_attributes" >
	<autocomplete append="($doctype = 'html');" /><reference>
 * Display the language attributes for the html tag.
 *
 * Builds up a set of html attributes containing the text direction and language
 * information for the page.
 *
 * @since 2.1.0
 *
 * @param string $doctype The type of html document (xhtml|html).
</reference></element>
<element pattern="bloginfo_rss" >
	<autocomplete append="($show);" /><reference>
Display RSS container for the bloginfo function.

You can retrieve anything that you can using the get_bloginfo() function. Everything will be stripped of tags and characters converted, when the values are retrieved for use in the feeds. 

$show
    (string) (optional) See get_bloginfo() for possible values.

        Default: '' 

admin_email = admin@example
atom_url = http://example/home/feed/atom
charset = UTF-8
comments_atom_url = http://example/home/comments/feed/atom
comments_rss2_url = http://example/home/comments/feed
description = Just another WordPress blog
home = http://example/home
html_type = text/html
language = en-US
name = Testpilot
pingback_url = http://example/home/wp/xmlrpc.php
rdf_url = http://example/home/feed/rdf
rss2_url = http://example/home/feed
rss_url = http://example/home/feed/rss
siteurl = http://example/home
stylesheet_directory = http://example/home/wp/wp-content/themes/largo
stylesheet_url = http://example/home/wp/wp-content/themes/largo/style.css
template_directory = http://example/home/wp/wp-content/themes/largo
template_url = http://example/home/wp/wp-content/themes/largo
text_direction = ltr
url = http://example/home
version = 2.7
wpurl = http://example/home/wp

Returns: string
</reference></element>
<element pattern="get_bloginfo" >
	<autocomplete append="($show);" /><reference>
The get_bloginfo() function returns information about your blog which can then be used elsewhere in your PHP code. This function, as well as bloginfo(), can also be used to display your blog information. 

$show
    (string) (optional) See get_bloginfo() for possible values.

        Default: '' 

admin_email = admin@example
atom_url = http://example/home/feed/atom
charset = UTF-8
comments_atom_url = http://example/home/comments/feed/atom
comments_rss2_url = http://example/home/comments/feed
description = Just another WordPress blog
home = http://example/home
html_type = text/html
language = en-US
name = Testpilot
pingback_url = http://example/home/wp/xmlrpc.php
rdf_url = http://example/home/feed/rdf
rss2_url = http://example/home/feed
rss_url = http://example/home/feed/rss
siteurl = http://example/home
stylesheet_directory = http://example/home/wp/wp-content/themes/largo
stylesheet_url = http://example/home/wp/wp-content/themes/largo/style.css
template_directory = http://example/home/wp/wp-content/themes/largo
template_url = http://example/home/wp/wp-content/themes/largo
text_direction = ltr
url = http://example/home
version = 2.7
wpurl = http://example/home/wp

Returns: string
</reference></element>
<element pattern="get_bloginfo_rss" >
	<autocomplete append="($show);" /><reference>
RSS container for the bloginfo function.

You can retrieve anything that you can using the get_bloginfo() function. Everything will be stripped of tags and characters converted, when the values are retrieved for use in the feeds. 

$show
    (string) (optional) Informational detail about your blog. Valid values:

        Default: '' 

        * 'name' - Weblog title; set in General Options. (Default)
        * 'description' - Tagline for your blog; set in General Options.
        * 'url' - URL for your blog's web site address.
        * 'rdf_url' - URL for RDF/RSS 1.0 feed.
        * 'rss_url' - URL for RSS 0.92 feed.
        * 'rss2_url' - URL for RSS 2.0 feed.
        * 'atom_url' - URL for Atom feed.
        * 'comments_rss2_url' - URL for comments RSS 2.0 feed.
        * 'pingback_url' - URL for Pingback (XML-RPC file).
        * 'admin_email' - Administrator's email address; set in General Options.
        * 'charset' - Character encoding for your blog; set in Reading Options.
        * 'version' - Version of WordPress your blog uses. 

    The following work in WordPress version 1.5 or after:

        * 'html_type' - "Content-type" for your blog.
        * 'wpurl' - URL for WordPress installation.
        * 'template_url' - URL for template in use.
        * 'template_directory' - URL for template's directory.
        * 'stylesheet_url' - URL for primary CSS file.
        * 'stylesheet_directory' - URL for stylesheet directory. 
Returns: string

</reference></element>
<element pattern="wp_dropdown_categories" >
	<autocomplete append="($args);" /><reference>
Display or retrieve the HTML dropdown list of categories.

The list of arguments is below:
    'show_option_all' (string) - Text to display for showing all categories.
    'show_option_none' (string) - Text to display for showing no categories.
    'orderby' (string) default is 'ID' - What column to use for ordering the
categories.
    'order' (string) default is 'ASC' - What direction to order categories.
    'show_last_update' (bool|int) default is 0 .
    'echo' (bool|int) default is 1 - Whether to display or retrieve content.
    'depth' (int) - The max depth.
    'tab_index' (int) - Tab index for select element.
    'name' (string) - The name attribute value for select element.
    'id' (string) - The ID attribute value for select element. Defaults to name if omitted.
    'class' (string) - The class attribute value for select element.
    'selected' (int) - Which category ID is selected.
    'taxonomy' (string) - The name of the taxonomy to retrieve. Defaults to category.

The 'hierarchical' argument, which is disabled by default, will override the
depth argument, unless it is true. When the argument is false, it will
display all of the categories. When it is enabled it will use the value in
the 'depth' argument.

@param string|array $args Optional. Override default arguments.
@return string HTML content only if 'echo' argument is 0.
</reference></element>
<element pattern="wp_dropdown_pages" >
	<autocomplete append="($args);" /><reference>
Displays a list of pages in a select (i.e dropdown) box with no submit button. 

$args = array(
    'depth'            => 0,
    'child_of'         => 0,
    'selected'         => 0,
    'echo'             => 1,
    'name'             => 'page_id');
    
By default, the usage shows:

    * Pages and sub-pages displayed in hierarchical (indented) form
    * Displays all pages (not restricted to child pages)
    * No page is be 'selected' or presented in the display box
    * The name assigned to the dropdown form is 'page_id'
    * Allows you to select NONE of the pages (show_option_none=>'' not shown in above example)
    * Exclude no pages (exclude=>'' not shown in above example)
    * Exclude no 'tree' (exclude_tree=>'' not shown in above example) 
</reference></element>
<element pattern="wp_dropdown_users" >
	<autocomplete append="($args);" /><reference>
Create dropdown HTML content of users. 

$args = array(
    'show_option_all'  => ,
    'show_option_none' => ,
    'orderby'          => 'display_name',
    'order'            => 'ASC',
    'include'          => ,
    'exclude'          => ,
    'multi'            => 0,
    'show'             => 'display_name',
    'echo'             => 1,
    'selected'         => 0,
    'name'             => 'user',
    'class'            =>  );
</reference></element>
<element pattern="get_archives_link" >
	<autocomplete append="($url, $text, $format = 'html', $before = '', $after = '');" /><reference>
 * Retrieve archive link content based on predefined or custom code.
 *
 * The format can be one of four styles. The 'link' for head element, 'option'
 * for use in the select element, 'html' for use in list (either ol or ul HTML
 * elements). Custom content is also supported using the before and after
 * parameters.
 *
 * The 'link' format uses the link HTML element with the <em>archives</em>
 * relationship. The before and after parameters are not used. The text
 * parameter is used to describe the link.
 *
 * The 'option' format uses the option HTML element for use in select element.
 * The value is the url parameter and the before and after parameters are used
 * between the text description.
 *
 * The 'html' format, which is the default, uses the li HTML element for use in
 * the list HTML elements. The before parameter is before the link and the after
 * parameter is after the closing link.
 *
 * The custom format uses the before parameter before the link ('a' HTML
 * element) and the after parameter after the closing link tag. If the above
 * three values for the format are not used, then custom format is assumed.
 *
 * @since 1.0.0
 *
 * @param string $url URL to archive.
 * @param string $text Archive text description.
 * @param string $format Optional, default is 'html'. Can be 'link', 'option', 'html', or custom.
 * @param string $before Optional.
 * @param string $after Optional.
 * @return string HTML link content for archive.
</reference></element>
<element pattern="wp_get_archives" >
	<autocomplete append="(array( 'type'=> 'monthly', 'limit' => null, 'format'=> 'html', 'before'=> null, 'after' => null, 'show_post_count' => false, 'echo'=> 1 ));" /><reference>
 * Display archive links based on type and format.
 *
 * The 'type' argument offers a few choices and by default will display monthly
 * archive links. The other options for values are 'daily', 'weekly', 'monthly',
 * 'yearly', 'postbypost' or 'alpha'. Both 'postbypost' and 'alpha' display the
 * same archive link list, the difference between the two is that 'alpha'
 * will order by post title and 'postbypost' will order by post date.
 *
 * The date archives will logically display dates with links to the archive post
 * page. The 'postbypost' and 'alpha' values for 'type' argument will display
 * the post titles.
 *
 * The 'limit' argument will only display a limited amount of links, specified
 * by the 'limit' integer value. By default, there is no limit. The
 * 'show_post_count' argument will show how many posts are within the archive.
 * By default, the 'show_post_count' argument is set to false.
 *
 * For the 'format', 'before', and 'after' arguments, see {@link
 * get_archives_link()}. The values of these arguments have to do with that
 * function.
 *
 * @since 1.2.0
 *
 * @param string|array $args Optional. Override defaults.
</reference></element>
<element pattern="wp_list_authors" >
	<autocomplete append="( array('optioncount'=> false,'exclude_admin' => true, 'show_fullname' => false, 'hide_empty' => true, 'echo' => true, 'feed' => '', 'feed_image' => '', 'style' => list, 'html' => '' ) );" /><reference>
* List all the authors of the blog, with several options available.
 *
 * &lt;ul&gt;
 * &lt;li&gt;optioncount (boolean) (false): Show the count in parenthesis next to the
 * author's name.&lt;/li&gt;
 * &lt;li&gt;exclude_admin (boolean) (true): Exclude the 'admin' user that is
 * installed bydefault.&lt;/li&gt;
 * &lt;li&gt;show_fullname (boolean) (false): Show their full names.&lt;/li&gt;
 * &lt;li&gt;hide_empty (boolean) (true): Don't show authors without any posts.&lt;/li&gt;
 * &lt;li&gt;feed (string) (''): If isn't empty, show links to author's feeds.&lt;/li&gt;
 * &lt;li&gt;feed_image (string) (''): If isn't empty, use this image to link to
 * feeds.&lt;/li&gt;
 * &lt;li&gt;echo (boolean) (true): Set to false to return the output, instead of
 * echoing.&lt;/li&gt;
 * &lt;li&gt;style (string) ('list'): Whether to display list of authors in list form
 * or as a string.&lt;/li&gt;
 * &lt;li&gt;html (bool) (true): Whether to list the items in html for or plaintext.
 * &lt;/li&gt;
 * &lt;/ul&gt;
 *
 * &lt;a href=&quot;http://codex.wordpress.org/Template_Tags/wp_list_authors&quot;&gt;Wordpress codex&lt;/a&gt;
 * @since 1.2.0
 * @param array $args The argument array.
 * @return null|string The output, if echo is set to false.
</reference></element>
<element pattern="wp_list_bookmarks" >
	<autocomplete append="($args = '');" /><reference>
 * Retrieve or echo all of the bookmarks.
 *
 * List of default arguments are as follows:
 * 'orderby' - Default is 'name' (string). How to order the links by. String is
 *		based off of the bookmark scheme.
 * 'order' - Default is 'ASC' (string). Either 'ASC' or 'DESC'. Orders in either
 *		ascending or descending order.
 * 'limit' - Default is -1 (integer) or show all. The amount of bookmarks to
 *		display.
 * 'category' - Default is empty string (string). Include the links in what
 *		category ID(s).
 * 'category_name' - Default is empty string (string). Get links by category
 *		name.
 * 'hide_invisible' - Default is 1 (integer). Whether to show (default) or hide
 *		links marked as 'invisible'.
 * 'show_updated' - Default is 0 (integer). Will show the time of when the
 *		bookmark was last updated.
 * 'echo' - Default is 1 (integer). Whether to echo (default) or return the
 *		formatted bookmarks.
 * 'categorize' - Default is 1 (integer). Whether to show links listed by
 *		category (default) or show links in one column.
 * 'show_description' - Default is 0 (integer). Whether to show the description
 *		of the bookmark.
 *
 * These options define how the Category name will appear before the category
 * links are displayed, if 'categorize' is 1. If 'categorize' is 0, then it will
 * display for only the 'title_li' string and only if 'title_li' is not empty.
 * 'title_li' - Default is 'Bookmarks' (translatable string). What to show
 *		before the links appear.
 * 'title_before' - Default is '&lt;h2&gt;' (string). The HTML or text to show before
 *		the 'title_li' string.
 * 'title_after' - Default is '&lt;/h2&gt;' (string). The HTML or text to show after
 *		the 'title_li' string.
 * 'class' - Default is 'linkcat' (string). The CSS class to use for the
 *		'title_li'.
 *
 * 'category_before' - Default is '&lt;li id="%id" class="%class"&gt;'. String must
 *		contain '%id' and '%class' to get
 * the id of the category and the 'class' argument. These are used for
 *		formatting in themes.
 * Argument will be displayed before the 'title_before' argument.
 * 'category_after' - Default is '&lt;/li&gt;' (string). The HTML or text that will
 *		appear after the list of links.
 *
 * These are only used if 'categorize' is set to 1 or true.
 * 'category_orderby' - Default is 'name'. How to order the bookmark category
 *		based on term scheme.
 * 'category_order' - Default is 'ASC'. Set the order by either ASC (ascending)
 *		or DESC (descending).
 *
 * @param string|array $args Optional. Overwrite the defaults of the function
 * @return string|null Will only return if echo option is set to not echo.
 *		Default is not return anything.
</reference></element>
<element pattern="wp_list_categories" >
	<autocomplete append="(array('show_option_all'=>'','orderby'=>'name','order'=>'ASC','show_last_update'=>0,'style'=>'list','show_count'=>0,'hide_empty'=>1,'use_desc_for_title'=>1,'child_of'=>0,'feed'=>'','feed_type'=>'','feed_image'=>'','exclude'=>'','exclude_tree'=>'','include'=>'','hierarchical'=>true,'title_li'=>__('Categories'),'number'=>NULL,'echo'=>1,'depth'=>0,'current_category'=>0,'pad_counts'=>0,'taxonomy'=>'category','walker'=>'Walker_Category'));" /><reference>
 * Display or retrieve the HTML list of categories.
 *
 * The list of arguments is below:
 *     'show_option_all' (string) - Text to display for showing all categories.
 *     'orderby' (string) default is 'ID' - What column to use for ordering the
 * categories.
 *     'order' (string) default is 'ASC' - What direction to order categories.
 *     'show_last_update' (bool|int) default is 0 
 *     'show_count' (bool|int) default is 0 - Whether to show how many posts are
 * in the category.
 *     'hide_empty' (bool|int) default is 1 - Whether to hide categories that
 * don't have any posts attached to them.
 *     'use_desc_for_title' (bool|int) default is 1 - Whether to use the
 * description instead of the category title.
 *     'feed' .
 *     'depth' (int) - The max depth.
 *
 * @since 2.1.0
 *
 * @param string|array $args Optional. Override default arguments.
 * @return string HTML content only if 'echo' argument is 0.
</reference></element>
<element pattern="wp_list_comments" >
	<autocomplete append="( array( 'walker'=> null, 'max_depth' => null, 'style' => 'ul', 'callback'=> null, 'end-callback'=> null, 'type'=> 'all', 'page'=> null, 'per_page'=> null, 'avatar_size' => 32, 'reverse_top_level' => null, 'reverse_children'=> null) , $comments = null);" /><reference>
 * List comments
 *
 * Used in the comments.php template to list comments for a particular post
 *
 * @since 2.7.0
 * @uses Walker_Comment
 *
 * @param string|array $args Formatting options
 * @param array $comments Optional array of comment objects.  Defaults to $wp_query->comments 
    
max_depth, per_page, and reverse_top_level can be more easily controlled through the Administration Panel Settings_Discussion_SubPanel but a theme can override those settings here. 
</reference></element>
<element pattern="wp_list_pages" >
	<autocomplete append="(array('depth'=> 0, 'show_date'=> null, 'date_format'=> get_option('date_format'), 'child_of' => 0, 'exclude'=> null, 'include'=> null, 'title_li' => __('Pages'), 'echo' => 1, 'authors'=> null, 'sort_column'=> 'menu_order, post_title', 'link_before'=> null, 'link_after' => null, 'walker' => null));" /><reference>
Displays a list of WordPress Pages as links. It is often used to customize the Sidebar or Header, but may be used in other Templates as well. 
    
By default, the usage shows:

    * All Pages and sub-pages are displayed (no depth restriction)
    * Date created is not displayed
    * Is not restricted to the child_of any Page
    * No pages are excluded
    * No pages are explicitly included
    * The title of the pages listed is "Pages"
    * Results are echoed (displayed)
    * Is not restricted to any specific author
    * Sorted by Page Order then Page Title.
    * Sorted in ascending order
    * Pages displayed in a hierarchical indented fashion (not shown in defaults above)
    * Includes all Pages (not shown in defaults above)
    * Not restricted to Pages with specific meta key/meta value (not shown in defaults above)
    * No Parent/Child trees excluded 
</reference></element>
<element pattern="wp_page_menu" >
	<autocomplete append="($args);" /><reference>
Displays a list of WordPress Pages as links, and affords the opportunity to have Home added automatically to the list of Pages displayed. This Tag is useful to customize the Sidebar or Header, but may be used in other Templates as well. 

$args = array(
	'sort_column' => 'menu_order, post_title',
	'menu_class'  => 'menu',
	'include'     => '',
	'exclude'     => '',
	'echo'        => true,
	'show_home'   => false,
	'link_before' => '',
	'link_after'  => '' );

By default, the usage shows:

    * Sorted by menu order and title
    * The div class is 'menu'
    * No pages are excluded
    * No pages are explicitly included
    * Results are echoed (displayed)
    * No link_before or link_after text
    * Do not add "Home" to the list of pages
    * Note: Output is encompassed by the &lt;ul&gt; and &lt;/ul&gt; tags 
</reference></element>
<element pattern="is_user_logged_in" >
	<autocomplete append="()" /><reference>
This Conditional Tag checks if the current visitor is logged in. This is a boolean function, meaning it returns either TRUE or FALSE. 

This function does not accept any parameters. 

Return Values:

(boolean) 
    True if user is logged in, false if not logged in. 
</reference></element>
<element pattern="wp_login_form" >
	<autocomplete append="($args = array());" /><reference>
 * Provides a simple login form for use anywhere within WordPress. By default, it echoes
 * the HTML immediately. Pass array('echo'=>false) to return the string instead.
 *
 * @since 3.0.0
 * @param array $args Configuration options to modify the form output
 * @return Void, or string containing the form
</reference></element>
<element pattern="wp_login_url" >
	<autocomplete append="($redirect = '', $force_reauth = false);" /><reference>
 * Returns the Log In URL.
 *
 * Returns the URL that allows the user to log in to the site
 *
 * @since 2.7
 * @uses site_url() To generate the log in URL
 * @uses apply_filters() calls 'login_url' hook on final login url
 *
 * @param string $redirect Path to redirect to on login.
 * @param bool $force_reauth Whether to force reauthorization, even if a cookie is present. Default is false.
 * @return string A log in url
</reference></element>
<element pattern="wp_loginout" >
	<autocomplete append="($redirect = '', $echo = true);" /><reference>
 * Display the Log In/Out link.
 *
 * Displays a link, which allows users to navigate to the Log In page to log in
 * or log out depending on whether they are currently logged in.
 *
 * @since 1.5.0
 * @uses apply_filters() Calls 'loginout' hook on HTML link content.
 *
 * @param string $redirect Optional path to redirect to on login/logout.
 * @param boolean $echo Default to echo and not return the link.
</reference></element>
<element pattern="wp_logout" >
	<autocomplete append="();" backup_cursor="2" /><reference>
Log the current user out, by destroying the current user session. 

This function does not accept any parameters. 
</reference></element>
<element pattern="wp_logout_url" >
	<autocomplete append="($redirect = '');" /><reference>
 * Returns the Log Out URL.
 *
 * Returns the URL that allows the user to log out of the site
 *
 * @since 2.7
 * @uses wp_nonce_url() To protect against CSRF
 * @uses site_url() To generate the log in URL
 * @uses apply_filters() calls 'logout_url' hook on final logout url
 *
 * @param string $redirect Path to redirect to on logout.
</reference></element>
<element pattern="wp_lostpassword_url" >
	<autocomplete append="($redirect = '');" /><reference>
 * Returns the Lost Password URL.
 *
 * Returns the URL that allows the user to retrieve the lost password
 *
 * @since 2.8.0
 * @uses site_url() To generate the lost password URL
 * @uses apply_filters() calls 'lostpassword_url' hook on the lostpassword url
 *
 * @param string $redirect Path to redirect to on login.
</reference></element>
<element pattern="wp_register" >
	<autocomplete append="($before = '&lt;li&gt;', $after = '&lt;/li&gt;', $echo = true);" /><reference>
 * Display the Registration or Admin link.
 *
 * Display a link which allows the user to navigate to the registration page if
 * not logged in and registration is enabled or to the dashboard if logged in.
 *
 * @since 1.5.0
 * @uses apply_filters() Calls 'register' hook on register / admin link content.
 *
 * @param string $before Text to output before the link (defaults to <li>).
 * @param string $after Text to output after the link (defaults to </li>).
 * @param boolean $echo Default to echo and not return the link.
</reference></element>
<element pattern="wp_registration_url" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="body_class" >
	<autocomplete append="($class);" /><reference>
Themes have a template tag for the body tag which will help theme authors to style more effectively with CSS. The Template Tag is called body_class. This function gives the body element different classes and can be added, typically, in the header.php's HTML body tag.

class
    (string or array) (optional) One or more classes to add to the class attribute, separated by a single space.

        Default: null 


</reference></element>
<element pattern="next_image_link" >
	<autocomplete append="($size, $text);" /><reference>
This creates a link to the next image attached to the current post. 

$size
    (string) (optional) Size of image, either array or string. 0 or none will default to post_title or $text.

        Default: thumbnail 

$text
    (string) (optional) If included, link will reflect $text variable.

        Default: false 


</reference></element>
<element pattern="next_post_link" >
	<autocomplete append="($format, $link, $in_same_cat, $excluded_categories);" /><reference>
Used on single post permalink pages, this template tag displays a link to the next post which exists in chronological order from the current post.

This tag must be used in The Loop. 

format 
    (string) Format string for the link. This is where to control what comes before and after the link. '%link' in string will be replaced with whatever is declared as 'link' (see next parameter). 'Go to %link' will generate "Go to &lt;a href=..." Put HTML tags here to style the final results. Defaults to '%link »'. 
link 
    (string) Link text to display. Defaults to next post's title ('%title'). 
in_same_cat 
    (boolean) Indicates whether next post must be within the same category as the current post. If set to TRUE, only posts from the current category will be displayed. Options are:

        * TRUE
        * FALSE (Default) 

Note that if the post is in both the parent and subcategory, or more than one category, the next post link will lead to the next post in any of those categories.

excluded_categories 
    (string) Numeric category ID(s) from which the next post should not be listed. Separate multiple categories with and; example: '1 and 5 and 15'. There is no default. 
    In Wordpress 2.2 (only), apparently, concatenating multiple categories for exclusion is done with a comma, not and; example: '1, 5, 15'. Still no default. 

Examples:
next_post_link('&lt;strong&gt;%link&lt;/strong&gt;');
next_post_link('%link', 'Next post in category', TRUE);
next_post_link('%link', 'Next post in category', TRUE, '13');


</reference></element>
<element pattern="next_posts_link" >
	<autocomplete append="();" backup_cursor="2" /><reference>
Prints a link to the next set of posts within the current query.

If you need the values for use in PHP, use get_next_posts_link($label, $max_pages).

Because post queries are usually sorted in reverse chronological order, next_posts_link() usually points to older entries (toward the end of the set) and prev_posts_link() usually points to newer entries (toward the beginning of the set). 

$label
    (string) (optional) The link text.

        Default: 'Next Page »' 

$max_pages
    (integer) (optional) Limit the number of pages on which the link is displayed

        Default: 0 

Example:
next_posts_link('Older Entries »', 0);
</reference></element>
<element pattern="post_class" >
	<autocomplete append="($class);" /><reference>
WordPress Themes have a template tag for the post HMTL tag which will help theme authors to style more effectively with CSS. The Template Tag is called post_class. This function prints out different post container classes which can be added, typically, in the index.php, single.php, and other template files featuring post content, typically in the HTML &lt;div id="post"&gt; tag. If you don't want the post classes to be echoed use get_post_class().

The post_class template tag creates CSS selectors to style content only within the post content area. For information on styling entire pages based upon a distinctive CSS selector, see Template Tags/body_class. 

class
    (string or array) (optional) One or more classes to add to the class attribute, separated by a single space.

        Default: null 


</reference></element>
<element pattern="post_password_required" >
	<autocomplete append="($post);" /><reference>
Whether post requires password and correct password has been provided.

$post
    (mixed) (Global $post variable) Either the post ID (integer) or the post object.

        Default: None 

Return Values

(boolean) 
    False if a password is not required or the correct password cookie is present, true otherwise. 
</reference></element>
<element pattern="posts_nav_link" >
	<autocomplete append="($sep, $prelabel, $nxtlabel);" /><reference>
Displays links for next and previous pages. Useful for providing "paged" navigation of index, category and archive pages.

For displaying next and previous pages of posts see next_posts_link and previous_posts_link().

For displaying next and previous post navigation on individual posts, see next_post_link() and previous_post_link(). 

sep 
    (string) Text displayed between the links.

        * Defaults to ' :: ' in 1.2.x.
        * Defaults to ' — ' in 1.5. 

prelabel 
    (string) Link text for the previous page.

        * Defaults to '&lt;&lt; Previous Page' in 1.2.x.
        * Defaults to '« Previous Page' in 1.5. 

nxtlabel 
    (string) Link text for the next page.

        * Defaults to 'Next Page &gt;&gt;' in 1.2.x.
        * Defaults to 'Next Page »' in 1.5 

</reference></element>
<element pattern="previous_post_link" >
	<autocomplete append="($format, $link, $in_same_cat);" /><reference>
Used on single post permalink pages, this template tag displays a link to the previous post which exists in chronological order from the current post.

This tag must be used in The Loop. 

format 
    (string) Format string for the link. This is where to control what comes before and after the link. '%link' in string will be replaced with whatever is declared as 'link' (see next parameter). 'Go to %link' will generate "Go to &lt;a href=..." Put HTML tags here to style the final results. Defaults to » %link'. 
link 
    (string) Link text to display. Defaults to previous post's title ('%title'). 
in_same_cat 
    (boolean) Indicates whether previous post must be within the same category as the current post. If set to TRUE, only posts from the current category will be displayed. Options are:

        * TRUE
        * FALSE (Default) 

excluded_categories 
    (string) Numeric category ID(s) from which the previous post should not be listed. Separate multiple categories with and; example: '1 and 5 and 15'. There is no default. 
</reference></element>
<element pattern="previous_posts_link" >
	<autocomplete append="();" backup_cursor="2" /><reference>
Prints a link to the previous set of posts within the current query.

If you need the values for use in PHP, use get_previous_posts_link($label, $max_pages).

Because post queries are usually sorted in reverse chronological order, next_posts_link() usually points to older entries (toward the end of the set) and previous_posts_link() usually points to newer entries (toward the beginning of the set). 

$label
    (string) (optional) The link text.

        Default: '« Previous Page' 

$max_pages
    (integer) (optional) Limit the number of pages on which the link is displayed

        Default: 0 

</reference></element>
<element pattern="single_post_title" >
	<autocomplete append="($prefix = '', $display = true);" /><reference>
 * Display or retrieve page title for post.
 *
 * This is optimized for single.php template file for displaying the post title.
 * Only useful for posts, does not support pages for example.
 *
 * It does not support placing the separator after the title, but by leaving the
 * prefix parameter empty, you can set the title separator manually. The prefix
 * does not automatically place a space between the prefix, so if there should
 * be a space, the parameter value will need to have it at the end.
 *
 * @since 0.71
 * @uses $wpdb
 *
 * @param string $prefix Optional. What to display before the title.
 * @param bool $display Optional, default is true. Whether to display or retrieve title.
 * @return string|null Title when retrieving, null when displaying or failure.
</reference></element>
<element pattern="sticky_class" >
	<autocomplete append="();" backup_cursor="2" /><reference>
Displays the sticky post class on a post if applicable. This tag must be within The Loop. 

This tag has no parameters. 
</reference></element>
<element pattern="the_category" >
	<autocomplete append="($separator = '', $parents='', $post_id = false);" /><reference>
* Display the category list for the post.
 *
 * @since 0.71
 *
 * @param string $separator Optional, default is empty string. Separator for between the categories.
 * @param string $parents Optional. How to display the parents.
 * @param int $post_id Optional. Post ID to retrieve categories.    
</reference></element>
<element pattern="previous_image_link" >
	<autocomplete append="($size, $text);" /><reference>
This creates a link to the previous image attached to the current post. 

$size
    (string) (optional) Size of image, either array or string. 0 or none will default to post_title or $text.

        Default: thumbnail 

$text
    (string) (optional) If included, link will reflect $text variable.

        Default: false 


</reference></element>
<element pattern="the_category_rss" >
	<autocomplete append="();" backup_cursor="2" /><reference>
Display the post categories in the feed. 

$type
    (string) (optional) default is 'rss'. Either 'rss', 'atom', or 'rdf'.

        Default: 'rss' 


</reference></element>
<element pattern="the_content" >
	<autocomplete append="($more_link_text, $strip_teaser, $more_file);" /><reference>
Displays the contents of the current post. This tag must be within The_Loop.

If the quicktag &lt;!--more--&gt; is used in a post to designate the "cut-off" point for the post to be excerpted, the_content() tag will only show the excerpt up to the <!--more--> quicktag point on non-single/non-permalink post pages. By design, the_content() tag includes a parameter for formatting the &lt;!--more--&gt; content and look, which creates a link to "continue reading" the full post.

$more_link_text
    (string) (optional) The link text to display for the "more" link.

        Default: '(more...)' 

$strip_teaser
    (boolean) (optional) Should the text before the "more" link be hidden (TRUE) or displayed (FALSE).

        Default: FALSE 

$more_file
    (string) (optional) File the "more" link points to (no longer used).

        Default: The current file 

Example:
 the_content('Read more...'); 
</reference></element>
<element pattern="the_content_rss" >
	<autocomplete append="($more_link_text, $stripteaser, $more_file, $cut, $encode_html);" /><reference>
Display the post content for the feed.

For encoding the html or the $encode_html parameter, there are three possible values. '0' will make urls footnotes and use make_url_footnote(). '1' will encode special characters and automatically display all of the content. The value of '2' will strip all HTML tags from the content.

Also note that you cannot set the amount of words and not set the html encoding. If that is the case, then the html encoding will default to 2, which will strip all HTML tags.

To restrict the amount of words of the content, you can use the cut parameter. If the content is less than the amount, then there won't be any dots added to the end. If there is content left over, then dots will be added and the rest of the content will be removed. 

$more_link_text
    (string) (optional) Text to display when more content is available but not displayed.

        Default: 'more...' 

$stripteaser
    (integer|boolean) (optional) Default is 0.

        Default: 0 

$more_file
    (string) (optional) Optional.

        Default: '' 

$cut
    (integer) (optional) Amount of words to keep for the content.

        Default: 0 
        
$encode_html
    (integer) (optional) How to encode the content.

        Default: 0 



</reference></element>
<element pattern="the_excerpt" >
	<autocomplete append="();" backup_cursor="2" /><reference>
Displays the excerpt of the current post with [...] at the end, which is not a "read more" link. If you do not provide an explicit excerpt to a post (in the post editor's optional excerpt field), it will display an automatic excerpt which refers to the first 55 words of the post's content. Also in the latter case, HTML tags and graphics are stripped from the excerpt's content. This tag must be within The Loop.

Note: If the current post is an attachment, such as in the attachment.php and image.php template loops, then the attachment caption is displayed. Captions do not include the excerpt [...] marks. 

This tag has no parameters. 
</reference></element>
<element pattern="the_excerpt_rss" >
	<autocomplete append="();" backup_cursor="2" /><reference>
Display the post excerpt for the feed. 

This tag has no parameters. 
</reference></element>
<element pattern="the_ID" >
	<autocomplete append="();" backup_cursor="2" /><reference>
Displays the numeric ID of the current post. This tag must be within The Loop.

Note: This function displays the ID of the post, to return the ID use get_the_ID(). 

This tag has no parameters. 
</reference></element>
<element pattern="the_meta" >
	<autocomplete append="();" backup_cursor="2" /><reference>
This is a simple built-in function for displaying custom fields for the current post, known as the "post-meta" (stored in the wp_postmeta table). It formats the data into an unordered list (see output below).

It must be used from within The Loop or in a theme file that handles data from a single post (e.g. single.php). the_meta() will ignore meta_keys (i.e. field names) that begin with an underscore.

For more information on this tag, see Custom Fields. 

This tag has no parameters. 
</reference></element>
<element pattern="the_shortlink" >
	<autocomplete append="($text, $title, $before, $after);" /><reference>
Used on single post permalink pages, this template tag displays a "URL shortening" link for the current post. By default, this will mean the URL has a format of /?p=1234, and will only appear if pretty permalinks are enabled. However, this feature is limited by design and intended to be leveraged by plugins that may offer links in a different format, a custom format, or even a format provided by a third-party URL shortening service.

This tag must be used in The Loop. 

$text
    (string) (optional) Link text to display.

        Default: 'This is the short link.' 

$title
    (string) (optional) Tool-tip text displayed with the link.

        Default: post title 

$before
    (string) (optional) Text or HTML prefix added to the link.

        Default: None 

$after
    (string) (optional) Text or HTML suffix added to the link.

        Default: None 
</reference></element>
<element pattern="the_tags" >
	<autocomplete append="($before, $separator, $after);" /><reference>
This template tag displays a link to the tag or tags a post belongs to. If no tags are associated with the current entry, the associated category is displayed instead. This tag should be used within The Loop. 

$before 
    (string) Text to display before the actual tags are displayed. Defaults to Tags: 
$separator 
    (string) Text or character to display between each tag link. The default is a comma (,) between each tag. 
$after 
    (string) Text to display after the last tag. The default is to display nothing. 
</reference></element>
<element pattern="allowed_tags()" >
	<autocomplete append="();" backup_cursor="2" /><reference>
 * Display all of the allowed tags in HTML format with attributes.
 *
 * This is useful for displaying in the comment area, which elements and
 * attributes are supported. As well as any plugins which want to display it.
 *
 * @since 1.0.1
 * @uses $allowedtags
 *
 * @return string HTML allowed tags entity encoded.
 </reference></element>
<element pattern="the_title" >
	<autocomplete append="($before, $after, $echo);" /><reference>
Displays or returns the title of the current post. This tag must be within The Loop. If the post is protected or private, this will be noted by the words "Protected: " or "Private: " prepended to the title. 

$before 
    (string) Text to place before the title. Defaults to ''. 
$after 
    (string) Text to place after the title. Defaults to ''. 
$echo 
    (Boolean) Display the title (true) or return it for use in PHP (false). Defaults to true. 
</reference></element>
<element pattern="the_title_attribute" >
	<autocomplete append="($before, $afrer, $echo);" /><reference>
Displays or returns the title of the current post. It somewhat duplicates the functionality of the_title(), but provides a 'clean' version of the title by stripping HTML tags and converting certain characters (including quotes) to their character entity equivalent; it also uses query-string style parameters. This tag must be within The Loop. 

before
    (string) (optional) Text to place before the title.

        Default: None 

after
    (string) (optional) Text to place after the title.

        Default: None 

echo
    (Boolean) (optional) Echo the title or return it for use in PHP.

        * 1 - echo
        * 0 - return 

        Default: 1 
</reference></element>
<element pattern="the_title_rss" >
	<autocomplete append="();" backup_cursor="2" /><reference>
Display the post title in the feed. 

This tag has no parameters. 
</reference></element>
<element pattern="wp_link_pages" >
	<autocomplete append="();" backup_cursor="2" /><reference>
Displays page-links for paginated posts (i.e. includes the &lt;!--nextpage--&gt; Quicktag one or more times). This works in much the same way as link_pages(), the difference being that arguments are given in query string format. This tag must be within The_Loop. 

$args = array(
    'before'           => '&lt;p&gt;' . __('Pages:'),
    'after'            => '&lt;/p&gt;',
    'link_before'      => ,
    'link_after'       => ,
    'next_or_number'   => 'number',
    'nextpagelink'     => __('Next page'),
    'previouspagelink' => __('Previous page'),
    'pagelink'         => '%',
    'more_file'        => ,
    'echo'             => 1 );

before 
    (string) Text to put before all the links. Defaults to &lt;p&gt;Pages:. 

after 
    (string) Text to put after all the links. Defaults to &lt;/p&gt;. 

link_before 
    (string) Text that goes before the text of the link. Defaults to (blank). Version 2.7 or later required. 

link_after 
    (string) Text that goes after the text of the link. Defaults to (blank). Version 2.7 or later required. 

next_or_number 
    (string) Indicates whether page numbers should be used. Valid values are:

        * number (Default)
        * next (Valid in WordPress 1.5 or after) 

nextpagelink 
    (string) Text for link to next page. Defaults to Next page. (Valid in WordPress 1.5 or after) 

previouspagelink
    (string) Text for link to previous page. Defaults to Previous page. (Valid in WordPress 1.5 or after) 

pagelink 
    (string) Format string for page numbers.  % in the string will be replaced with the number, so Page % would generate "Page 1", "Page 2", etc. Defaults to %. 

more_file 
    (string) Page the links should point to. Defaults to the current page. 

echo 
    (boolean) Toggles whether to echo or return the result. The default is true. Valid values:

        * 1 (True) - Default
        * 0 (False) 

</reference></element>
<element pattern="cancel_comment_reply_link" >
	<autocomplete append="($args = array(), $comment = null, $post = null);" /><reference>
 * Displays the HTML content for reply to comment link.
 *
 * @since 2.7.0
 * @see get_comment_reply_link() Echoes result
 *
 * @param array $args Optional. Override default options.
 * @param int $comment Optional. Comment being replied to.
 * @param int $post Optional. Post that the comment is going to be displayed on.
 * @return string|bool|null Link to show comment form, if successful. False, if comments are closed.
</reference></element>
<element pattern="comment_author" >
	<autocomplete append="($comment_ID = 0);" /><reference>
 * Displays the author of the current comment.
 *
 * @since 0.71
 * @uses apply_filters() Calls 'comment_author' on comment author before displaying
 *
 * @param int $comment_ID The ID of the comment for which to print the author. Optional.
</reference></element>
<element pattern="comment_author_email" >
	<autocomplete append="($comment_ID = 0);" /><reference>
 * Display the email of the author of the current global $comment.
 *
 * Care should be taken to protect the email address and assure that email
 * harvesters do not capture your commentors' email address. Most assume that
 * their email address will not appear in raw form on the blog. Doing so will
 * enable anyone, including those that people don't want to get the email
 * address and use it for their own means good and bad.
 *
 * @since 0.71
 * @uses apply_filters() Calls 'author_email' hook on the author email
 *
 * @param int $comment_ID The ID of the comment for which to print the author's email. Optional.
</reference></element>
<element pattern="get_comment_author_email" >
	<autocomplete append="($comment_ID = 0);" /><reference>
 * Retrieve the email of the author of the current comment.
 *
 * @since 1.5.0
 * @uses apply_filters() Calls the 'get_comment_author_email' hook on the comment author email
 * @uses $comment
 *
 * @param int $comment_ID The ID of the comment for which to get the author's email.  Optional.
 * @return string The current comment author's email
</reference></element>
<element pattern="comment_author_email_link" >
	<autocomplete append="($linktext='', $before='', $after='');" /><reference>
 * Display the html email link to the author of the current comment.
 *
 * Care should be taken to protect the email address and assure that email
 * harvesters do not capture your commentors' email address. Most assume that
 * their email address will not appear in raw form on the blog. Doing so will
 * enable anyone, including those that people don't want to get the email
 * address and use it for their own means good and bad.
 *
 * @since 0.71
 * @uses apply_filters() Calls 'comment_email' hook for the display of the comment author's email
 * @uses get_comment_author_email_link() For generating the link
 * @global object $comment The current Comment row object
 *
 * @param string $linktext The text to display instead of the comment author's email address
 * @param string $before The text or HTML to display before the email link.
 * @param string $after The text or HTML to display after the email link.
</reference></element>
<element pattern="get_comment_author_email_link" >
	<autocomplete append="($linktext='', $before='', $after='');" /><reference>
 * Return the html email link to the author of the current comment.
 *
 * Care should be taken to protect the email address and assure that email
 * harvesters do not capture your commentors' email address. Most assume that
 * their email address will not appear in raw form on the blog. Doing so will
 * enable anyone, including those that people don't want to get the email
 * address and use it for their own means good and bad.
 *
 * @since 2.7
 * @uses apply_filters() Calls 'comment_email' hook for the display of the comment author's email
 * @global object $comment The current Comment row object
 *
 * @param string $linktext The text to display instead of the comment author's email address
 * @param string $before The text or HTML to display before the email link.
 * @param string $after The text or HTML to display after the email link.
</reference></element>
<element pattern="comment_author_IP" >
	<autocomplete append="($comment_ID = 0);" /><reference>
 * Display the IP address of the author of the current comment.
 *
 * @since 0.71
 * @see get_comment_author_IP() Echoes Result
 *
 * @param int $comment_ID The ID of the comment for which to print the author's IP address.  Optional.
</reference></element>
<element pattern="get_comment_author_link" >
	<autocomplete append="($comment_ID = 0);" /><reference>
 * Retrieve the html link to the url of the author of the current comment.
 *
 * @since 1.5.0
 * @uses apply_filters() Calls 'get_comment_author_link' hook on the complete link HTML or author
 *
 * @param int $comment_ID The ID of the comment for which to get the author's link.  Optional.
 * @return string Comment Author name or HTML link for author's URL
</reference></element>
<element pattern="comment_author_link" >
	<autocomplete append="($comment_ID = 0);" /><reference>
 * Display the html link to the url of the author of the current comment.
 *
 * @since 0.71
 * @see get_comment_author_link() Echoes result
 *
 * @param int The ID of the comment for which to print the author's link. Optional.
</reference></element>
<element pattern="comment_author_rss" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="comment_author_url" >
	<autocomplete append="($comment_ID = 0);" /><reference>
* Display the url of the author of the current comment.
 *
 * @since 0.71
 * @uses apply_filters()
 * @uses get_comment_author_url() Retrieves the comment author's URL
 *
 * @param int $comment_ID The ID of the comment for which to print the author's URL. Optional.
</reference></element>
<element pattern="comment_author_url_link" >
	<autocomplete append="($linktext = '', $before = '', $after = '');" /><reference>
 * Displays the HTML link of the url of the author of the current comment.
 *
 * @since 0.71
 * @see get_comment_author_url_link() Echoes result
 *
 * @param string $linktext The text to display instead of the comment author's email address
 * @param string $before The text or HTML to display before the email link.
 * @param string $after The text or HTML to display after the email link.
</reference></element>
<element pattern="comment_class" >
	<autocomplete append="($class = '', $comment_id = null, $post_id = null, $echo = true);" /><reference>
 * Generates semantic classes for each comment element
 *
 * @since 2.7.0
 *
 * @param string|array $class One or more classes to add to the class list
 * @param int $comment_id An optional comment ID
 * @param int $post_id An optional post ID
 * @param bool $echo Whether comment_class should echo or return
</reference></element>
<element pattern="comment_date" >
	<autocomplete append="($d = '', $comment_ID = 0);" /><reference>
 * Display the comment date of the current comment.
 *
 * @since 0.71
 *
 * @param string $d The format of the date (defaults to user's config)
 * @param int $comment_ID The ID of the comment for which to print the date.  Optional.
</reference></element>
<element pattern="comment_excerpt" >
	<autocomplete append="($comment_ID = 0);" /><reference>
 * Display the excerpt of the current comment.
 *
 * @since 1.2.0
 * @uses apply_filters() Calls 'comment_excerpt' hook before displaying excerpt
 *
 * @param int $comment_ID The ID of the comment for which to print the excerpt. Optional.
</reference></element>
<element pattern="comment_form_title" >
	<autocomplete append="($noreplytext = false, $replytext = false, $linktoparent = TRUE);" /><reference>
 * Display text based on comment reply status. Only affects users with Javascript disabled.
 *
 * @since 2.7.0
 *
 * @param string $noreplytext Optional. Text to display when not replying to a comment.
 * @param string $replytext Optional. Text to display when replying to a comment. Accepts "%s" for the author of the comment being replied to.
 * @param string $linktoparent Optional. Boolean to control making the author's name a link to their comment.
</reference></element>
<element pattern="comment_form" >
	<autocomplete append="($args = array(), $post_id = null);" /><reference>
 * Outputs a complete commenting form for use within a template.
 * Most strings and form fields may be controlled through the $args array passed
 * into the function, while you may also choose to use the comment_form_default_fields
 * filter to modify the array of default fields if you'd just like to add a new
 * one or remove a single field. All fields are also individually passed through
 * a filter of the form comment_form_field_$name where $name is the key used
 * in the array of fields.
 *
 * @since 3.0.0
 * @param array $args Options for strings, fields etc in the form
 * @param mixed $post_id Post ID to generate the form for, uses the current post if null
 * @return void
</reference></element>
<element pattern="comment_ID" >
	<autocomplete append="();" backup_cursor="2" /><reference>
 * Displays the comment id of the current comment.
 *
 * @since 0.71
 * @see get_comment_ID() Echoes Result
</reference></element>
<element pattern="post_reply_link" >
	<autocomplete append="($args = array(), $post = null);" /><reference>
* Displays the HTML content for reply to post link.
 * @since 2.7.0
 * @see get_post_reply_link()
 *
 * @param array $args Optional. Override default options.
 * @param int|object $post Optional. Post that the comment is going to be displayed on.
 * @return string|bool|null Link to show comment form, if successful. False, if comments are closed.
</reference></element>
<element pattern="comment_id_fields" >
	<autocomplete append="();" backup_cursor="2" /><reference>
 * Output hidden input HTML for replying to comments.
 *
 * @since 2.7.0
 * @see get_comment_id_fields() Echoes result
</reference></element>
<element pattern="comment_reply_link" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="comment_text_rss" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="comment_text" >
	<autocomplete append="($comment_ID = 0);" /><reference>
 * Displays the text of the current comment.
 *
 * @since 0.71
 * @uses apply_filters() Passes the comment content through the 'comment_text' hook before display
 * @uses get_comment_text() Gets the comment content
 *
 * @param int $comment_ID The ID of the comment for which to print the text. Optional.
</reference></element>
<element pattern="comment_time" >
	<autocomplete append="($d = '');" /><reference>
 * Display the comment time of the current comment.
 *
 * @since 0.71
 *
 * @param string $d Optional. The format of the time (defaults to user's config)
</reference></element>
<element pattern="comment_type" >
	<autocomplete append="($commenttxt = false, $trackbacktxt = false, $pingbacktxt = false);" /><reference>
 * Display the comment type of the current comment.
 *
 * @since 0.71
 *
 * @param string $commenttxt The string to display for comment type
 * @param string $trackbacktxt The string to display for trackback type
 * @param string $pingbacktxt The string to display for pingback type
</reference></element>
<element pattern="comments_link" >
	<autocomplete append="($deprecated = '', $deprecated_2 = '');" /><reference>
 * Displays the link to the current post comments.
 *
 * @since 0.71
 *
 * @param string $deprecated Not Used
 * @param bool $deprecated_2 Not Used
</reference></element>
<element pattern="comments_number" >
	<autocomplete append="($zero = false, $one = false, $more = false, $deprecated = '');" /><reference>
 * Display the language string for the number of comments the current post has.
 *
 * @since 0.71
 * @uses $id
 * @uses apply_filters() Calls the 'comments_number' hook on the output and number of comments respectively.
 *
 * @param string $zero Text for no comments
 * @param string $one Text for one comment
 * @param string $more Text for more than one comment
 * @param string $deprecated Not used.
</reference></element>
<element pattern="comments_popup_link" >
	<autocomplete append="($zero = false, $one = false, $more = false, $css_class = '', $none = false);" /><reference>
 * Displays the link to the comments popup window for the current post ID.
 *
 * Is not meant to be displayed on single posts and pages. Should be used on the
 * lists of posts
 *
 * @since 0.71
 * @uses $id
 * @uses $wpcommentspopupfile
 * @uses $wpcommentsjavascript
 * @uses $post
 *
 * @param string $zero The string to display when no comments
 * @param string $one The string to display when only one comment is available
 * @param string $more The string to display when there are more than one comment
 * @param string $css_class The CSS class to use for comments
 * @param string $none The string to display when comments have been turned off
 * @return null Returns null on single posts and pages.
</reference></element>
<element pattern="comments_popup_script" >
	<autocomplete append="($width=400, $height=400, $file='');" /><reference>
 * Displays the JS popup script to show a comment.
 *
 * If the $file parameter is empty, then the home page is assumed. The defaults
 * for the window are 400px by 400px.
 *
 * For the comment link popup to work, this function has to be called or the
 * normal comment link will be assumed.
 *
 * @since 0.71
 * @global string $wpcommentspopupfile The URL to use for the popup window
 * @global int $wpcommentsjavascript Whether to use JavaScript. Set when function is called
 *
 * @param int $width Optional. The width of the popup window
 * @param int $height Optional. The height of the popup window
 * @param string $file Optional. Sets the location of the popup window
</reference></element>
<element pattern="comments_rss_link" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="get_avatar" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="next_comments_link" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="paginate_comments_links" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="permalink_comments_rss" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="previous_comments_link" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="get_post_thumbnail_id" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="get_the_post_thumbnail" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="has_post_thumbnail" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="the_post_thumbnail" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="get_attachment_link" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="is_attachment" >
	<autocomplete append="()" /><reference>
checks if an attachment is being displayed. An attachment is an image or other file uploaded through the post editor's upload utility. Attachments can be displayed on their own 'page' or template.
</reference></element>
<element pattern="the_attachment_link" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="wp_attachment_is_image" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="wp_get_attachment_image" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="wp_get_attachment_image_src" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="wp_get_attachment_metadata" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="category_description" >
	<autocomplete append="($category = 0);" /><reference>
 * Retrieve category description.
 *
 * @since 1.0.0
 *
 * @param int $category Optional. Category ID. Will use global category ID by default.
 * @return string Category description, available.
</reference></element>
<element pattern="single_cat_title" >
	<autocomplete append="($prefix = '', $display = true);" /><reference>
 * Display or retrieve page title for category archive.
 *
 * This is useful for category template file or files, because it is optimized
 * for category page title and with less overhead than {@link wp_title()}.
 *
 * It does not support placing the separator after the title, but by leaving the
 * prefix parameter empty, you can set the title separator manually. The prefix
 * does not automatically place a space between the prefix, so if there should
 * be a space, the parameter value will need to have it at the end.
 *
 * @since 0.71
 *
 * @param string $prefix Optional. What to display before the title.
 * @param bool $display Optional, default is true. Whether to display or retrieve title.
 * @return string|null Title when retrieving, null when displaying or failure.
</reference></element>
<element pattern="the_category" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="the_category_rss" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="single_tag_title" >
	<autocomplete append="($prefix = '', $display = true);" /><reference>
 * Display or retrieve page title for tag post archive.
 *
 * Useful for tag template files for displaying the tag page title. It has less
 * overhead than {@link wp_title()}, because of its limited implementation.
 *
 * It does not support placing the separator after the title, but by leaving the
 * prefix parameter empty, you can set the title separator manually. The prefix
 * does not automatically place a space between the prefix, so if there should
 * be a space, the parameter value will need to have it at the end.
 *
 * @since 2.3.0
 *
 * @param string $prefix Optional. What to display before the title.
 * @param bool $display Optional, default is true. Whether to display or retrieve title.
 * @return string|null Title when retrieving, null when displaying or failure.
</reference></element>
<element pattern="tag_description" >
	<autocomplete append="($tag = 0);" /><reference>
 * Retrieve tag description.
 *
 * @since 2.8
 *
 * @param int $tag Optional. Tag ID. Will use global tag ID by default.
 * @return string Tag description, available.
</reference></element>
<element pattern="the_tags" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="wp_generate_tag_cloud" >
	<autocomplete append="($tags, $args = '');" /><reference>
 * Generates a tag cloud (heatmap) from provided data.
 *
 * The text size is set by the 'smallest' and 'largest' arguments, which will
 * use the 'unit' argument value for the CSS text size unit. The 'format'
 * argument can be 'flat' (default), 'list', or 'array'. The flat value for the
 * 'format' argument will separate tags with spaces. The list value for the
 * 'format' argument will format the tags in a UL HTML list. The array value for
 * the 'format' argument will return in PHP array type format.
 *
 * The 'tag_cloud_sort' filter allows you to override the sorting.
 * Passed to the filter: $tags array and $args array, has to return the $tags array
 * after sorting it.
 *
 * The 'orderby' argument will accept 'name' or 'count' and defaults to 'name'.
 * The 'order' is the direction to sort, defaults to 'ASC' and can be 'DESC' or
 * 'RAND'.
 *
 * The 'number' argument is how many tags to return. By default, the limit will
 * be to return the entire tag cloud list.
 *
 * The 'topic_count_text_callback' argument is a function, which given the count
 * of the posts  with that tag returns a text for the tooltip of the tag link.
 *
 * @todo Complete functionality.
 * @since 2.3.0
 *
 * @param array $tags List of tags.
 * @param string|array $args Optional, override default arguments.
 * @return string
</reference></element>
<element pattern="wp_tag_cloud" >
	<autocomplete append="($args = '');" /><reference>
* Display tag cloud.
 *
 * The text size is set by the 'smallest' and 'largest' arguments, which will
 * use the 'unit' argument value for the CSS text size unit. The 'format'
 * argument can be 'flat' (default), 'list', or 'array'. The flat value for the
 * 'format' argument will separate tags with spaces. The list value for the
 * 'format' argument will format the tags in a UL HTML list. The array value for
 * the 'format' argument will return in PHP array type format.
 *
 * The 'orderby' argument will accept 'name' or 'count' and defaults to 'name'.
 * The 'order' is the direction to sort, defaults to 'ASC' and can be 'DESC'.
 *
 * The 'number' argument is how many tags to return. By default, the limit will
 * be to return the top 45 tags in the tag cloud list.
 *
 * The 'topic_count_text_callback' argument is a function, which, given the count
 * of the posts  with that tag, returns a text for the tooltip of the tag link.
 *
 * The 'exclude' and 'include' arguments are used for the 
 * function. Only one should be used, because only one will be used and the
 * other ignored, if they are both set.
 *
 * @since 2.3.0
 *
 * @param array|string $args Optional. Override default arguments.
 * @return array Generated tag cloud, only if no failures and 'array' is set for the 'format' argument.
</reference></element>
<element pattern="the_author" >
	<autocomplete append="($deprecated = '', $deprecated_echo = true);" /><reference>
 * Display the name of the author of the current post.
 *
 * The behavior of this function is based off of old functionality predating
 * get_the_author(). This function is not deprecated, but is designed to echo
 * the value from get_the_author() and as an result of any old theme that might
 * still use the old behavior will also pass the value from get_the_author().
 *
 * The normal, expected behavior of this function is to echo the author and not
 * return it. However, backwards compatiability has to be maintained.
 *
 * @since 0.71
 * @see get_the_author()
 * &lt;a href=&quot;http://codex.wordpress.org/Template_Tags/the_author&quot;&gt;Wordpress codex&lt;/a&gt;
 *
 * @param string $deprecated Deprecated.
 * @param string $deprecated_echo Deprecated. Use get_the_author(). Echo the string or return it.
 * @return string The author's display name, from get_the_author().
</reference></element>
<element pattern="get_the_author" >
	<autocomplete append="($deprecated = '');" /><reference>
 * Retrieve the author of the current post.
 *
 * @since 1.5
 * @uses $authordata The current author's DB object.
 * @uses apply_filters() Calls 'the_author' hook on the author display name.
 *
 * @param string $deprecated Deprecated.
 * @return string The author's display name.
</reference></element>
<element pattern="the_author_link" >
	<autocomplete append="();" backup_cursor="2" /><reference>
 * Display either author's link or author's name.
 *
 * If the author has a home page set, echo an HTML link, otherwise just echo the
 * author's name.
 *
 * &lt;a href=&quot;http://codex.wordpress.org/Template_Tags/the_author_link&quot;&gt;Wordpress codex&lt;/a&gt;
 * @since 2.1
 * @uses get_the_author_link()
</reference></element>
<element pattern="get_the_author_link" >
	<autocomplete append="();" backup_cursor="2" /><reference>
 * Retrieve either author's link or author's name.
 *
 * If the author has a home page set, return an HTML link, otherwise just return the
 * author's name.
 *
 * @uses get_the_author_meta()
 * @uses get_the_author()
</reference></element>
<element pattern="get_the_author_meta" >
	<autocomplete append="($field = '', $user_id = false);" /><reference>
 * Retrieve the requested data of the author of the current post.
 * &lt;a href=&quot;http://codex.wordpress.org/Template_Tags/the_author_meta&quot;&gt;Wordpress codex&lt;/a&gt;
 * @since 2.8.0
 * @uses $authordata The current author's DB object (if $user_id not specified).
 * @param string $field selects the field of the users record.
 * @param int $user_id Optional. User ID.
 * @return string The author's field from the current author's DB object.
</reference></element>
<element pattern="the_author_meta" >
	<autocomplete append="($field = '', $user_id = false)" /><reference>
 * Retrieve the requested data of the author of the current post.
 * &lt;a href=&quot;http://codex.wordpress.org/Template_Tags/the_author_meta&quot;&gt;Wordpress codex&lt;/a&gt;
 * @since 2.8.0
 * @param string $field selects the field of the users record.
 * @param int $user_id Optional. User ID.
 * @echo string The author's field from the current author's DB object.
 </reference></element>
<element pattern="get_the_author_posts" >
	<autocomplete append="();" backup_cursor="2" /><reference>
 * Retrieve the number of posts by the author of the current post.
 *
 * @since 1.5
 * @uses $post The current post in the Loop's DB object.
 * @uses count_user_posts()
 * @return int The number of posts by the author.
</reference></element>
<element pattern="the_author_posts" >
	<autocomplete append="();" backup_cursor="2" /><reference>
 * Display the number of posts by the author of the current post.
 *
 * &lt;a href=&quot;http://codex.wordpress.org/Template_Tags/the_author_posts&quot;&gt;Wordpress codex&lt;/a&gt;
 * @since 0.71
 * @uses get_the_author_posts() Echoes returned value from function.
</reference></element>
<element pattern="the_author_posts_link" >
	<autocomplete append="();" backup_cursor="2" /><reference>
 * Display an HTML link to the author page of the author of the current post.
 *
 * Does just echo get_author_posts_url() function, like the others do. The
 * reason for this, is that another function is used to help in printing the
 * link to the author's posts.
 *
 * &lt;a href=&quot;http://codex.wordpress.org/Template_Tags/the_author_posts_link&quot;&gt;Wordpress codex&lt;/a&gt;
 * @since 1.2.0
 * @uses $authordata The current author's DB object.
 * @uses get_author_posts_url()
 * @uses get_the_author()
 * @param string $deprecated Deprecated.
</reference></element>
<element pattern="get_author_posts_url" >
	<autocomplete append="($author_id, $author_nicename = '');" /><reference>
 * Retrieve the URL to the author page of the author of the current post.
 *
 * @since 2.1.0
 * @uses $wp_rewrite WP_Rewrite
 * @return string The URL to the author's page.
</reference></element>
<element pattern="wp_dropdown_users" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="get_calendar" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="the_date" >
	<autocomplete append="($d = '', $before = '', $after = '', $echo = true);" /><reference>
 * Display or Retrieve the date the current $post was written (once per date)
 *
 * Will only output the date if the current post's date is different from the
 * previous one output.

 * i.e. Only one date listing will show per day worth of posts shown in the loop, even if the
 * function is called several times for each post.
 *
 * HTML output can be filtered with 'the_date'.
 * Date string output can be filtered with 'get_the_date'.
 *
 * @since 0.71
 * @uses get_the_date()
 * @param string $d Optional. PHP date format defaults to the date_format option if not specified.
 * @param string $before Optional. Output before the date.
 * @param string $after Optional. Output after the date.
 * @param bool $echo Optional, default is display. Whether to echo the date or return it.
 * @return string|null Null if displaying, string if retrieving.
</reference></element>
<element pattern="single_month_title" >
	<autocomplete append="($prefix = '', $display = true);" /><reference>
 * Display or retrieve page title for post archive based on date.
 *
 * Useful for when the template only needs to display the month and year, if
 * either are available. Optimized for just this purpose, so if it is all that
 * is needed, should be better than {@link wp_title()}.
 *
 * It does not support placing the separator after the title, but by leaving the
 * prefix parameter empty, you can set the title separator manually. The prefix
 * does not automatically place a space between the prefix, so if there should
 * be a space, the parameter value will need to have it at the end.
 *
 * @since 0.71
 *
 * @param string $prefix Optional. What to display before the title.
 * @param bool $display Optional, default is true. Whether to display or retrieve title.
 * @return string|null Title when retrieving, null when displaying or failure.
</reference></element>
<element pattern="get_the_date" >
	<autocomplete append="($d = '');" /><reference>
 * Retrieve the date the current $post was written.
 *
 * Unlike the_date() this function will always return the date.
 * Modify output with 'get_the_date' filter.
 *
 * @since 3.0.0
 *
 * @param string $d Optional. PHP date format defaults to the date_format option if not specified.
 * @return string|null Null if displaying, string if retrieving.
</reference></element>
<element pattern="the_date_xml" >
	<autocomplete append="();" backup_cursor="2" /><reference>
 * Outputs the date in iso8601 format for xml files.
 *
 * @since 1.0.0
</reference></element>
<element pattern="get_the_modified_author" >
	<autocomplete append="();" backup_cursor="2" /><reference>
* Retrieve the author who last edited the current post.
 *
 * @since 2.8
 * @uses $post The current post's DB object.
 * @uses get_post_meta() Retrieves the ID of the author who last edited the current post.
 * @uses get_userdata() Retrieves the author's DB object.
 * @uses apply_filters() Calls 'the_modified_author' hook on the author display name.
 * @return string The author's display name.
</reference></element>
<element pattern="the_modified_author" >
	<autocomplete append="();" /><reference>
 * Display the name of the author who last edited the current post.
 *
 * @since 2.8
 * @see get_the_author()
 * @return string The author's display name, from get_the_modified_author().
</reference></element>
<element pattern="the_modified_date" >
	<autocomplete append="($d = '', $before='', $after='', $echo = true);" /><reference>
 * Display the date on which the post was last modified.
 *
 * @since 2.1.0
 *
 * @param string $d Optional. PHP date format defaults to the date_format option if not specified.
 * @param string $before Optional. Output before the date.
 * @param string $after Optional. Output after the date.
 * @param bool $echo Optional, default is display. Whether to echo the date or return it.
 * @return string|null Null if displaying, string if retrieving.
</reference></element>
<element pattern="the_weekday_date" >
	<autocomplete append="($before='',$after='');" /><reference>
* Display the weekday on which the post was written.
 *
 * Will only output the weekday if the current post's weekday is different from
 * the previous one output.
 *
 * @since 0.71
 *
 * @param string $before Optional Output before the date.
 * @param string $after Optional Output after the date.
</reference></element>
<element pattern="the_weekday" >
	<autocomplete append="();" backup_cursor="2" /><reference>
* Display the weekday on which the post was written.
 *
 * @since 0.71
 * @uses $wp_locale
 * @uses $post
</reference></element>
<element pattern="get_post_modified_time" >
	<autocomplete append="($d = 'U', $gmt = false, $post = null, $translate = false);" /><reference>
* Retrieve the time at which the post was last modified.
 *
 * @since 2.0.0
 *
 * @param string $d Optional, default is 'U'. Either 'G', 'U', or php date format.
 * @param bool $gmt Optional, default is false. Whether to return the gmt time.
 * @param int|object $post Optional, default is global post object. A post_id or post object
 * @param bool $translate Optional, default is false. Whether to translate the result
 * @return string Returns timestamp
</reference></element>
<element pattern="get_the_modified_time" >
	<autocomplete append="($d = '');" /><reference>
* Retrieve the time at which the post was last modified.
 *
 * @since 2.0.0
 *
 * @param string $d Optional Either 'G', 'U', or php date format defaults to the value specified in the time_format option.
 * @return string
</reference></element>
<element pattern="the_modified_time" >
	<autocomplete append="($d = '');" /><reference>
 * Display the time at which the post was last modified.
 *
 * @since 2.0.0
 *
 * @param string $d Optional Either 'G', 'U', or php date format defaults to the value specified in the time_format option.
</reference></element>
<element pattern="the_time" >
	<autocomplete append="($d = '');" /><reference>
 * Display the time at which the post was written.
 *
 * @since 0.71
 *
 * @param string $d Either 'G', 'U', or php date format.
</reference></element>
<element pattern="get_permalink" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="get_post_permalink" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="permalink_anchor" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="permalink_single_rss" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="post_permalink" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="the_permalink" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="the_shortlink" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="wp_get_shortlink" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="wp_shortlink_header" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="wp_shortlink_wp_head" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="get_bookmark" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="get_bookmark_field" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="get_bookmarks" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="edit_bookmark_link" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="edit_comment_link" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="edit_post_link" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="edit_tag_link" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="single_cat_title" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="single_month_title" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="single_post_title" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="single_tag_title" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="the_search_query" >
	<autocomplete append="();" backup_cursor="2" /><reference>
 * Display the contents of the search query variable.
 *
 * The search query string is passed through {@link esc_attr()}
 * to ensure that it is safe for placing in an html attribute.
 *
 * @uses esc_attr()
 * @since 2.1.0
</reference></element>
<element pattern="wp_title" >
	<autocomplete append="($sep = '&amp;raquo;', $display = true, $seplocation = '');" /><reference>
 * Display or retrieve page title for all areas of blog.
 *
 * By default, the page title will display the separator before the page title,
 * so that the blog title will be before the page title. This is not good for
 * title display, since the blog title shows up on most tabs and not what is
 * important, which is the page that the user is looking at.
 *
 * There are also SEO benefits to having the blog title after or to the 'right'
 * or the page title. However, it is mostly common sense to have the blog title
 * to the right with most browsers supporting tabs. You can achieve this by
 * using the seplocation parameter and setting the value to 'right'. This change
 * was introduced around 2.5.0, in case backwards compatibility of themes is
 * important.
 *
 * @since 1.0.0
 *
 * @param string $sep Optional, default is '&amp;raquo;'. How to separate the various items within the page title.
 * @param bool $display Optional, default is true. Whether to display or retrieve title.
 * @param string $seplocation Optional. Direction to display title, 'right'.
 * @return string|null String on retrieve, null when displaying.
</reference></element>
<element pattern="get_posts" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="query_posts" >
	<autocomplete append="();" backup_cursor="2" /><reference>
&lt;a href=&quot;http://codex.wordpress.org/Template_Tags/query_posts&quot;&gt;http://codex.wordpress.org/Template_Tags/query_posts&lt;/a&gt;
query_posts() can be used to control which posts show up in The Loop.
cat, category__and, category__in, category__not_in - must use cat ids
category_name - must use cat slugs
tag
tag_id, tag__and, tag__in, tag__not_in - must use tag ids
tag_slug__and, tag_slug__in 
author=3 , author=-3 - exclude author id 3 posts, author_name=Harriet 
'p' =&gt; 27 , 'name' =&gt; 'about-my-life' 
'page_id' =&gt; 7 , 'pagename' =&gt; 'about' 
'posts_per_page' =&gt; 1 , 'showposts' =&gt; 1 -
'post__in' =&gt; array(5,12,2,14,7) , 'post__not_in' =&gt; array(6,2,8) 
'post_type' =&gt; 'page' , 'post_status' =&gt; 'publish'
'post_parent' =&gt; 93  
array('post__in'=&gt;get_option('sticky_posts'))
ignore_sticky_posts=1 
hour= - from 0 to 23, minute= from 0 to 60
second= - second (0 to 60), day= - day of the month (from 1 to 31)
monthnum= - from 1 to 12, year= - 4 digit year
w= - week of the year (from 0 to 53) 
orderby=author (date, title, modified, parent, ID, rand)
orderby=menu_order , orderby=meta_value 
orderby=meta_value_num, orderby=none - No order, orderby=comment_count
order=ASC order=DESC - ascending from lowest to highest values or vice versa  
meta_key= , meta_value= , meta_compare=   
</reference></element>
<element pattern="rewind_posts" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="wp_reset_query" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="wp_get_nav_menu" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="wp_get_nav_menu_item" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="wp_nav_menu" >
	<autocomplete append="(array('menu' => null, 'container' => 'div', 'container_class' => null, 'container_id'=> null, 'menu_class'=> 'menu', 'menu_id'=> null,'echo'=> true,'fallback_cb'=> 'wp_page_menu','before'=> null,'after'=> null,'link_before'=> null,'link_after'=> null,'depth'=> 0,'walker'=> null,'theme_location'=>null ));" /><reference>
 * Displays a navigation menu.
 *
 * Optional $args contents:
 *
 * menu - The menu that is desired.  Accepts (matching in order) id, slug, name. Defaults to blank.
 * menu_class - CSS class to use for the ul element which forms the menu. Defaults to 'menu'.
 * menu_id - The ID that is applied to the ul element which forms the menu. Defaults to the menu slug, incremented.
 * container - Whether to wrap the ul, and what to wrap it with. Defaults to 'div'.
 * container_class - the class that is applied to the container. Defaults to 'menu-{menu slug}-container'.
 * container_id - The ID that is applied to the container. Defaults to blank.
 * fallback_cb - If the menu doesn't exists, a callback function will fire. Defaults to 'wp_page_menu'.
 * before - Text before the link text.
 * after - Text after the link text.
 * link_before - Text before the link.
 * link_after - Text after the link.
 * echo - Whether to echo the menu or return it. Defaults to echo.
 * depth - how many levels of the hierarchy are to be included.  0 means all.  Defaults to 0.
 * walker - allows a custom walker to be specified.
 * theme_location - the location in the theme to be used.  Must be registered with register_nav_menu() in order to be selectable by the user.
 *
 * @since 3.0.0
 *
 * @param array $args Arguments
</reference></element>
<element pattern="get_admin_url" >
	<autocomplete append="();" backup_cursor="2" /><reference>3.0+</reference></element>
<element pattern="get_home_url" >
	<autocomplete append="();" backup_cursor="2" /><reference>3.0+</reference></element>
<element pattern="get_search_link" >
	<autocomplete append="();" backup_cursor="2" /><reference>3.0+</reference></element>
<element pattern="get_site_url" >
	<autocomplete append="();" backup_cursor="2" /><reference>3.0+</reference></element>
<element pattern="home_url" >
	<autocomplete append="();" backup_cursor="2" /><reference>3.0+</reference></element>
<element pattern="the_feed_link" >
	<autocomplete append="();" backup_cursor="2" /><reference>3.0+</reference></element>
<element pattern="wp_ajaxurl" >
	<autocomplete append="();" backup_cursor="2" /><reference>3.0+</reference></element>
<element pattern="term_description" >
	<autocomplete append="($term = 0, $taxonomy = 'post_tag');" /><reference>
 * Retrieve term description.
 *
 * @since 2.8
 *
 * @param int $term Optional. Term ID. Will use global term ID by default.
 * @return string Term description, available.
</reference></element>
<element pattern="single_term_title" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="get_the_term_list" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<!-- Wordpress functions -->
<element pattern="get_adjacent_post" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_children" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_extended" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_next_post" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_permalink" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_post" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_post_ancestors" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_post_mime_type" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_post_status" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_post_type" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_previous_post" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_posts" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="is_post" >
	<autocomplete append="()" /><reference><b>deprecated</b></reference></element>
<element pattern="is_sticky" >
	<autocomplete append="()" /><reference></reference></element>
<element pattern="register_post_type" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_get_recent_posts" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_get_single_post" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_delete_post" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_insert_post" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_publish_post" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_update_post" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_all_page_ids" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_page" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_page_link" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_page_by_path" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_page_by_title" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_page_children" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_page_hierarchy" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_page_uri" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_pages" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="page_uri_index" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="add_post_meta" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="delete_post_meta" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_post_custom" >
	<autocomplete append="();" /><reference></reference></element> 
<element pattern="get_post_custom_keys" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_post_custom_values" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_post_meta" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="update_post_meta" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_attached_file" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="is_local_attachment" >
	<autocomplete append="()" /><reference></reference></element>
<element pattern="update_attached_file" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_insert_attachment" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_delete_attachment" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_get_attachment_metadata" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_get_attachment_thumb_file" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_get_attachment_thumb_url" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_get_attachment_url" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_check_for_changed_slugs" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_count_posts" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_mime_type_icon" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_update_attachment_metadata" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_list_bookmarks" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_get_post_categories" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_set_post_categories" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_get_post_tags" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_set_post_tags" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_get_post_terms" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_set_post_terms" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="add_meta_box" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="remove_meta_box" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_the_ID" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_the_content" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_the_title" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_trim_excerpt" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="cat_is_ancestor_of" >
	<autocomplete append="($cat1, $cat2)" /><reference>
 * Check if a category is an ancestor of another category.
 *
 * You can use either an id or the category object for both parameters. If you
 * use an integer the category will be retrieved.
 *
 * @since 2.1.0
 *
 * @param int|object $cat1 ID or object to check if this is the parent category.
 * @param int|object $cat2 The child category.
 * @return bool Whether $cat2 is child of $cat1
</reference></element>
<element pattern="get_all_category_ids" >
	<autocomplete append="();" /><reference>
 * Retrieves all category IDs.
 *
 * @since 2.0.0
 * &lt;a href=&quot;http://codex.wordpress.org/Function_Reference/get_all_category_ids&quot;&gt;Wordpress codex&lt;/a&gt;
 *
 * @return object List of all of the category IDs.
</reference></element>
<element pattern="get_cat_ID" >
	<autocomplete append="($cat_name='General')" /><reference>
 * Retrieve the ID of a category from its name.
 *
 * @since 1.0.0
 *
 * @param string $cat_name Optional. Default is 'General' and can be any category name.
 * @return int 0, if failure and ID of category on success.
</reference></element>
<element pattern="get_cat_name" >
	<autocomplete append="($cat_ID)" /><reference>
 * Retrieve the name of a category from its ID.
 *
 * @since 1.0.0
 *
 * @param int $cat_id Category ID
 * @return string Category name, or an empty string if category doesn't exist.
</reference></element>
<element pattern="get_categories" >
	<autocomplete append="($args = '')" /><reference>
* Retrieve list of category objects.
 *
 * If you change the type to 'link' in the arguments, then the link categories
 * will be returned instead. Also all categories will be updated to be backwards
 * compatible with pre-2.3 plugins and themes.
 *
 * @since 2.1.0
 * @see get_terms() Type of arguments that can be changed.
 * &lt;a href=&quot;http://codex.wordpress.org/Function_Reference/get_categories&quot;&gt;Wordpress codex&lt;/a&gt;
 *
 * @param string|array $args Optional. Change the defaults retrieving categories.
 * @return array List of categories.
</reference></element>
<element pattern="get_category" >
	<autocomplete append="($category, $output = OBJECT, $filter = 'raw');" /><reference>
 * Retrieves category data given a category ID or category object.
 *
 * If you pass the $category parameter an object, which is assumed to be the
 * category row object retrieved the database. It will cache the category data.
 *
 * If you pass $category an integer of the category ID, then that category will
 * be retrieved from the database, if it isn't already cached, and pass it back.
 *
 * If you look at get_term(), then both types will be passed through several
 * filters and finally sanitized based on the $filter parameter value.
 *
 * The category will converted to maintain backwards compatibility.
 *
 * @since 1.5.1
 * @uses get_term() Used to get the category data from the taxonomy.
 *
 * @param int|object $category Category ID or Category row object
 * @param string $output Optional. Constant OBJECT, ARRAY_A, or ARRAY_N
 * @param string $filter Optional. Default is raw or no WordPress defined filter will applied.
 * @return mixed Category data in type defined by $output parameter.
</reference></element>
<element pattern="get_category_by_path" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_category_by_slug" >
	<autocomplete append="($slug)" /><reference>
* Retrieve category object by category slug.
 *
 * @since 2.3.0
 *
 * @param string $slug The category slug.
 * @return object Category data object
</reference></element>
<element pattern="get_category_link" >
	<autocomplete append="($category_id)" /><reference>
 Retrieve category link URL.

 @param int $category_id Category ID.
 @return string
</reference></element>
<element pattern="get_category_parents" >
	<autocomplete append="($id, $link = false, $separator = '/', $nicename = false, $visited = array())" /><reference>
 Retrieve category parents with separator.

 @param int $id Category ID.
 @param bool $link Optional, default is false. Whether to format with link.
 @param string $separator Optional, default is '/'. How to separate categories.
 @param bool $nicename Optional, default is false. Whether to use nice name for display.
 @param array $visited Optional. Already linked to categories to prevent duplicates.
 @return string
</reference></element>
<element pattern="get_the_category" >
	<autocomplete append="($id)" /><reference>
 Retrieve post categories.

@param int $id Optional, default to current post ID. The post ID.
@return array
</reference></element>
<element pattern="get_the_category_by_id" >
	<autocomplete append="($cat_ID)" /><reference>
 * Retrieve category name based on category ID.
 *
 * @since 0.71
 *
 * @param int $cat_ID Category ID.
 * @return string Category name.
</reference></element>
<element pattern="in_category" >
	<autocomplete append="($category, $_post = null)" /><reference>
 * Check if the current post in within any of the given categories.
 *
 * The given categories are checked against the post's categories' term_ids, names and slugs.
 * Categories given as integers will only be checked against the post's categories' term_ids.
 *
 * Prior to v2.5 of WordPress, category names were not supported.
 * Prior to v2.7, category slugs were not supported.
 * Prior to v2.7, only one category could be compared: in_category( $single_category ).
 * Prior to v2.7, this function could only be used in the WordPress Loop.
 * As of 2.7, the function can be used anywhere if it is provided a post ID or post object.
 *
 * @since 1.2.0
 *
 * @uses is_object_in_term()
 *
 * @param int|string|array $category. Category ID, name or slug, or array of said.
 * @param int|post object Optional.  Post to check instead of the current post. @since 2.7.0
 * @return bool True if the current post is in any of the given categories.
</reference></element>
<element pattern="is_category" >
	<autocomplete append="($category)" /><reference>
This Conditional Tag checks if a Category archive page is being displayed. This is a boolean function, meaning it returns either TRUE or FALSE. 

$category (mixed) (optional) Category ID, Category Title or Category Slug
Default: None 

is_category();
// When any Category archive page is being displayed.

is_category('9');
// When the archive page for Category 9 is being displayed.

is_category('Stinky Cheeses');
// When the archive page for the Category with Name "Stinky Cheeses" is being displayed.

</reference></element>
<element pattern="get_the_category_list" >
	<autocomplete append="($separator = '', $parents='', $post_id = false)" /><reference>
Retrieve category list in either HTML list or custom format.

@param string $separator Optional, default is empty string. Separator for between the categories.
@param string $parents Optional. How to display the parents.
@param int $post_id Optional. Post ID to retrieve categories.
@return string
</reference></element>
<element pattern="wp_create_category" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="wp_delete_category" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="wp_insert_category" >
	<autocomplete append="();" backup_cursor="2" /><reference></reference></element>
<element pattern="get_tag" >
	<autocomplete append="($tag, $output = OBJECT, $filter = 'raw');" /><reference>
* Retrieve post tag by tag ID or tag object.
 *
 * If you pass the $tag parameter an object, which is assumed to be the tag row
 * object retrieved the database. It will cache the tag data.
 *
 * If you pass $tag an integer of the tag ID, then that tag will
 * be retrieved from the database, if it isn't already cached, and pass it back.
 *
 * If you look at get_term(), then both types will be passed through several
 * filters and finally sanitized based on the $filter parameter value.
 *
 * @since 2.3.0
 *
 * @param int|object $tag
 * @param string $output Optional. Constant OBJECT, ARRAY_A, or ARRAY_N
 * @param string $filter Optional. Default is raw or no WordPress defined filter will applied.
 * @return object|array Return type based on $output value.
</reference></element>
<element pattern="get_tag_link" >
	<autocomplete append="($tag_id)" /><reference>
 * Retrieve the link to the tag.
 *
 * @since 2.3.0
 * @uses apply_filters() Calls 'tag_link' with tag link and tag ID as parameters.
 *
 * @param int $tag_id Tag (term) ID.
 * @return string
</reference></element>
<element pattern="get_tags" >
	<autocomplete append="($before = null, $sep = ', ', $after = '')" /><reference>
 * Retrieve the tags for a post.
 *
 * @since 2.3.0
 *
 * @param string $before Optional. Before list.
 * @param string $sep Optional. Separate items using this.
 * @param string $after Optional. After list.
 * @return string
</reference></element>
<element pattern="get_the_tag_list" >
	<autocomplete append="($before = '', $sep = '', $after = '')" /><reference>
 * Retrieve the tags for a post formatted as a string.
 *
 * @since 2.3.0
 * @uses apply_filters() Calls 'the_tags' filter on string list of tags.
 *
 * @param string $before Optional. Before tags.
 * @param string $sep Optional. Between tags.
 * @param string $after Optional. After tags.
 * @return string
</reference></element>
<element pattern="get_the_tags" >
	<autocomplete append="($id = 0)" /><reference>
 * Retrieve the tags for a post.
 *
 * @since 2.3.0
 * @uses apply_filters() Calls 'get_the_tags' filter on the list of post tags.
 *
 * @param int $id Post ID.
 * @return array
</reference></element>
<element pattern="get_taxonomies" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_term" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_the_term_list" >
	<autocomplete append="($id = 0, $taxonomy, $before = '', $sep = '', $after = '')" /><reference>
 * Retrieve a post's terms as a list with specified format.
 *
 * @since 2.5.0
 *
 * @param int $id Post ID.
 * @param string $taxonomy Taxonomy name.
 * @param string $before Optional. Before list.
 * @param string $sep Optional. Separate items using this.
 * @param string $after Optional. After list.
 * @return string
</reference></element>
<element pattern="get_term_by" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_the_terms" >
	<autocomplete append="($id = 0, $taxonomy)" /><reference>
 * Retrieve the terms of the taxonomy that are attached to the post.
 *
 * This function can only be used within the loop.
 *
 * @since 2.5.0
 *
 * @param int $id Post ID. Is not optional.
 * @param string $taxonomy Taxonomy name.
 * @return array|bool False on failure. Array of term objects on success.
</reference></element>
<element pattern="get_term_children" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_term_link" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_terms" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="the_terms" >
	<autocomplete append="($id, $taxonomy, $before = '', $sep = ', ', $after = '')" /><reference>
 * Display the terms in a list.
 *
 * @since 2.5.0
 *
 * @param int $id Term ID.
 * @param string $taxonomy Taxonomy name.
 * @param string $before Optional. Before list.
 * @param string $sep Optional. Separate items using this.
 * @param string $after Optional. After list.
 * @return null|bool False on WordPress error. Returns null when displaying.
</reference>
</element>
<element pattern="is_taxonomy" >
	<autocomplete append="()" /><reference><b>deprecated</b></reference></element>
<element pattern="is_taxonomy_hierarchical" >
	<autocomplete append="( $taxonomy )" /><reference>
checks if the taxonomy object is hierarchical. This is a boolean function uses a global, meaning it returns either TRUE or FALSE (A false return value might also mean that the taxonomy does not exist).

checks to make sure that the taxonomy is an object first. Then gets the object, and finally returns the hierarchical value in the object.

$taxonomy (string) (required) Name of taxonomy object  
</reference></element> 
<element pattern="is_term" >
	<autocomplete append="()" /><reference><b>deprecated</b></reference></element>
<element pattern="taxonomy_exists" >
	<autocomplete append="()" /><reference></reference></element>
<element pattern="term_exists" >
	<autocomplete append="()" /><reference></reference></element>
<element pattern="register_taxonomy" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="register_taxonomy_for_object_type" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_get_object_terms" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_set_object_terms" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_insert_term" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_update_term" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_delete_term" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="add_role" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="author_can" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="current_user_can" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="current_user_can_for_blog" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_role" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_super_admins" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="is_super_admin" >
	<autocomplete append="()" /><reference></reference></element>
<element pattern="map_meta_cap" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="remove_role" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="auth_redirect" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="count_users" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="count_user_posts" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="count_many_users_posts" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="email_exists" >
	<autocomplete append="()" /><reference></reference></element>
<element pattern="get_currentuserinfo" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_profile" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_userdata" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_userdatabylogin" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_usernumposts" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_users_of_blog" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="set_current_user" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="user_pass_ok" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="username_exists" >
	<autocomplete append="()" /><reference></reference></element>
<element pattern="validate_username" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_get_current_user" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_set_current_user" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="add_user_meta" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="delete_user_meta" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_user_meta" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="update_user_meta" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_create_user" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_delete_user" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_insert_user" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_update_user" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="is_user_logged_in" >
	<autocomplete append="()" /><reference></reference></element>
<element pattern="wp_signon" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_logout" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="bloginfo_rss" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="comment_link" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="do_feed" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="do_feed_atom" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="do_feed_rdf" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="do_feed_rss" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="do_feed_rss2" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="fetch_feed" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="fetch_rss" >
	<autocomplete append="();" /><reference><b>deprecated</b></reference></element>
<element pattern="get_author_feed_link" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_bloginfo_rss" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_category_feed_link" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_comment_link" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_comment_author" >
	<autocomplete append="($comment_ID = 0);" /><reference>
 * Retrieve the author of the current comment.
 *
 * If the comment has an empty comment_author field, then 'Anonymous' person is
 * assumed.
 *
 * @since 1.5.0
 * @uses apply_filters() Calls 'get_comment_author' hook on the comment author
 *
 * @param int $comment_ID The ID of the comment for which to retrieve the author. Optional.
 * @return string The comment author
</reference></element>
<element pattern="get_comment_author_rss" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_post_comments_feed_link" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_rss" >
	<autocomplete append="();" /><reference><b>deprecated</b></reference></element>
<element pattern="get_search_comments_feed_link" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_search_feed_link" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_the_category_rss" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_the_title_rss" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="permalink_single_rss" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="post_comments_feed_link" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="rss_enclosure" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="the_title_rss" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="the_category_rss" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="the_content_rss" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="the_excerpt_rss" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_rss" >
	<autocomplete append="();" /><reference><b>deprecated</b></reference></element>
<element pattern="add_ping" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="check_comment" >
	<autocomplete append="($author, $email, $url, $comment, $user_ip, $user_agent, $comment_type);" /><reference>
 * Checks whether a comment passes internal checks to be allowed to add.
 *
 * If comment moderation is set in the administration, then all comments,
 * regardless of their type and whitelist will be set to false. If the number of
 * links exceeds the amount in the administration, then the check fails. If any
 * of the parameter contents match the blacklist of words, then the check fails.
 *
 * If the number of links exceeds the amount in the administration, then the
 * check fails. If any of the parameter contents match the blacklist of words,
 * then the check fails.
 *
 * If the comment is a trackback and part of the blogroll, then the trackback is
 * automatically whitelisted. If the comment author was approved before, then
 * the comment is automatically whitelisted.
 *
 * If none of the checks fail, then the failback is to set the check to pass
 * (return true).
 *
 * @since 1.2.0
 * @uses $wpdb
 *
 * @param string $author Comment Author's name
 * @param string $email Comment Author's email
 * @param string $url Comment Author's URL
 * @param string $comment Comment contents
 * @param string $user_ip Comment Author's IP address
 * @param string $user_agent Comment Author's User Agent
 * @param string $comment_type Comment type, either user submitted comment,
 *		trackback, or pingback
 * @return bool Whether the checks passed (true) and the comments should be
 *		displayed or set to moderated
</reference></element>
<element pattern="discover_pingback_server_uri" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="do_all_pings" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="do_enclose" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="do_trackbacks" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="generic_ping" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="add_comment_meta" >
	<autocomplete append="($comment_id, $meta_key, $meta_value, $unique = false);" /><reference>
 * Add meta data field to a comment.
 *
 * @since 2.9.0
 * @uses add_metadata
 * @link http://codex.wordpress.org/Function_Reference/add_comment_meta
 *
 * @param int $comment_id Comment ID.
 * @param string $key Metadata name.
 * @param mixed $value Metadata value.
 * @param bool $unique Optional, default is false. Whether the same key should not be added.
 * @return bool False for failure. True for success.
</reference></element>
<element pattern="delete_comment_meta" >
	<autocomplete append="($comment_id, $meta_key, $meta_value = '');" /><reference>
 * Remove metadata matching criteria from a comment.
 *
 * You can match based on the key, or key and value. Removing based on key and
 * value, will keep from removing duplicate metadata with the same key. It also
 * allows removing all metadata matching key, if needed.
 *
 * @since 2.9.0
 * @uses delete_metadata
 * @link http://codex.wordpress.org/Function_Reference/delete_comment_meta
 *
 * @param int $comment_id comment ID
 * @param string $meta_key Metadata name.
 * @param mixed $meta_value Optional. Metadata value.
 * @return bool False for failure. True for success.
</reference></element>
<element pattern="get_comment_meta" >
	<autocomplete append="($comment_id, $key, $single = false);" /><reference>
 * Retrieve comment meta field for a comment.
 *
 * @since 2.9.0
 * @uses get_metadata
 * @link http://codex.wordpress.org/Function_Reference/get_comment_meta
 *
 * @param int $comment_id Comment ID.
 * @param string $key The meta key to retrieve.
 * @param bool $single Whether to return a single value.
 * @return mixed Will be an array if $single is false. Will be value of meta data field if $single
 *  is true.
</reference></element>
<element pattern="get_approved_comments" >
	<autocomplete append="($post_id);" /><reference>
 * Retrieve the approved comments for post $post_id.
 *
 * @since 2.0.0
 * @uses $wpdb
 *
 * @param int $post_id The ID of the post
 * @return array $comments The approved comments
</reference></element>
<element pattern="get_comment" >
	<autocomplete append="($comment, $output = OBJECT)" /><reference>
 * Retrieves comment data given a comment ID or comment object.
 *
 * If an object is passed then the comment data will be cached and then returned
 * after being passed through a filter. If the comment is empty, then the global
 * comment variable will be used, if it is set.
 *
 * If the comment is empty, then the global comment variable will be used, if it
 * is set.
 *
 * @since 2.0.0
 * @uses $wpdb
 *
 * @param object|string|int $comment Comment to retrieve.
 * @param string $output Optional. OBJECT or ARRAY_A or ARRAY_N constants.
 * @return object|array|null Depends on $output value.
</reference></element>
<element pattern="get_comments" >
	<autocomplete append="($args = '');" /><reference>
 * Retrieve a list of comments.
 *
 * The comment list can be for the blog as a whole or for an individual post.
 *
 * The list of comment arguments are 'status', 'orderby', 'comment_date_gmt',
 * 'order', 'number', 'offset', and 'post_id'.
 *
 * @since 2.7.0
 * @uses $wpdb
 *
 * @param mixed $args Optional. Array or string of options to override defaults.
 * @return array List of comments.
</reference></element>
<element pattern="get_enclosed" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_lastcommentmodified" >
	<autocomplete append="($timezone = 'server');" /><reference>
 * The date the last comment was modified.
 *
 * @since 1.5.0
 * @uses $wpdb
 * @global array $cache_lastcommentmodified
 *
 * @param string $timezone Which timezone to use in reference to 'gmt', 'blog',
 *		or 'server' locations.
 * @return string Last comment modified date.
</reference></element>
<element pattern="get_pung" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_to_ping" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="next_comments_link" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="paginate_comments_links" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="pingback" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="previous_comments_link" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="privacy_ping_filter" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="sanitize_comment_cookies" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="is_trackback" >
	<autocomplete append="()" /><reference></reference></element>
<element pattern="trackback" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="trackback_url" >
	<autocomplete append="($deprecated_echo = true);" /><reference>
 * Displays the current post's trackback URL.
 *
 * @since 0.71
 * @uses get_trackback_url() Gets the trackback url for the current post
 *
 * @param bool $deprecated_echo Remove backwards compat in 2.5
 * @return void|string Should only be used to echo the trackback URL, use get_trackback_url() for the result instead.
</reference></element>
<element pattern="trackback_url_list" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="weblog_ping" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_allow_comment" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_delete_comment" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_filter_comment" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_get_comment_statuses" >
	<autocomplete append="();" backup_cursor="2" /><reference>
 * Retrieve all of the WordPress supported comment statuses.
 *
 * Comments have a limited set of valid status values, this provides the comment
 * status values and descriptions.
 *
 * @package WordPress
 * @subpackage Post
 * @since 2.7.0
 *
 * @return array List of comment statuses.
</reference></element>
<element pattern="get_comment_count" >
	<autocomplete append="($post_id = 0);" /><reference>
 * The amount of comments in a post or total comments.
 *
 * A lot like {@link wp_count_comments()}, in that they both return comment
 * stats (albeit with different types). The {@link wp_count_comments()} actual
 * caches, but this function does not.
 *
 * @since 2.0.0
 * @uses $wpdb
 *
 * @param int $post_id Optional. Comment amount in post if > 0, else total comments blog wide.
 * @return array The amount of spam, approved, awaiting moderation, and total comments.
</reference></element>
<element pattern="wp_get_comment_status" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_get_current_commenter" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_insert_comment" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_new_comment" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_set_comment_status" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_throttle_comment_flood" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_update_comment" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_update_comment_count" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="has_filter" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="add_filter" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="apply_filters" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="current_filter" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="merge_filters" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="remove_filter" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="remove_all_filters" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="has_action" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="add_action" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="do_action" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="do_action_ref_array" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="did_action" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="remove_action" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="remove_all_actions" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="plugin_basename" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="register_activation_hook" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="register_deactivation_hook" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="register_setting" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="settings_fields" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="unregister_setting" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="add_shortcode" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="do_shortcode" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="do_shortcode_tag" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_shortcode_regex" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="remove_shortcode" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="remove_all_shortcodes" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="shortcode_atts" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="shortcode_parse_atts" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="strip_shortcodes" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="add_custom_background" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="add_custom_image_header" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="add_theme_support" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="current_theme_supports" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="dynamic_sidebar" >
	<autocomplete append="($index)" /><reference>
This function calls each of the active widget callbacks in order, which prints the markup for the sidebar. If you have more than one sidebar, you should give this function the name or number of the sidebar you want to print. This function returns true on success and false on failure.

The return value should be used to determine whether to display a static sidebar. This ensures that your theme will look good even when the Widgets plug-in is not active.

If your sidebars were registered by number, they should be retrieved by number. If they had names when you registered them, use their names to retrieve them.

index
    (integer/string) (optional) Name or ID of dynamic sidebar.

        Default: 1 

Returns: (boolean) 
    True, if widget sidebar was found and called. False if not found or not called.  
</reference></element>
<element pattern="get_404_template" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_archive_template" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_attachment_template" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_author_template" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_category_template|get_category_template" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_comments_popup_template" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_current_theme" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_date_template" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_header_image" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_header_textcolor" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_home_template" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_locale_stylesheet_uri" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_page_template" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_paged_template" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_query_template" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_search_template" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_single_template" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_stylesheet" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_stylesheet_directory" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_stylesheet_directory_uri" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_stylesheet_uri" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_tag_template" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_taxonomy_template" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_template" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_template_directory" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_template_directory_uri" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_template_part" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_theme" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_theme_data" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_theme_mod" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_theme_root" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_theme_root_uri" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_themes" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="header_image" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="header_textcolor" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="load_template" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="locale_stylesheet" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="locate_template" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="preview_theme" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="preview_theme_ob_filter" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="preview_theme_ob_filter_callback" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="register_theme_directory" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="remove_theme_mod" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="remove_theme_mods" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="require_if_theme_supports" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="search_theme_directories" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="set_theme_mod" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="switch_theme" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="validate_current_theme" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_page_menu" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="add_magic_quotes" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="addslashes_gpc" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="antispambot" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="attribute_escape" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="backslashit" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="balanceTags" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="clean_pre" >
	<autocomplete append="();" /><reference></reference></element> 
<element pattern="clean_url" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="convert_chars" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="convert_smilies" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="ent2ncr" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="esc_attr" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="esc_html" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="force_balance_tags" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="format_to_edit" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="format_to_post" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="funky_javascript_fix" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="htmlentities2" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="is_email" >
	<autocomplete append="()" /><reference></reference></element>
<element pattern="js_escape" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="make_clickable" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="popuplinks" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="remove_accents" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="sanitize_email" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="sanitize_file_name" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="sanitize_user" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="sanitize_title" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="sanitize_title_with_dashes" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="seems_utf8" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="stripslashes_deep" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="trailingslashit" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="untrailingslashit" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="utf8_uri_encode" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wpautop" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wptexturize" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_filter_kses" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_filter_post_kses" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_filter_nohtml_kses" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_iso_descrambler" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_kses" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_kses_array_lc" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_kses_attr" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_kses_bad_protocol" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_kses_bad_protocol_once" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_kses_bad_protocol_once2" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_kses_check_attr_val" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_kses_decode_entities" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_kses_hair" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_kses_hook" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_kses_html_error" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_kses_js_entities" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_kses_no_null" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_kses_normalize_entities" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_kses_normalize_entities2" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_kses_split" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_kses_split2" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_kses_stripslashes" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_kses_version" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_make_link_relative" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_rel_nofollow" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_richedit_pre" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_specialchars" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="zeroise" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="current_time" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="date_i18n" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_calendar" >
	<autocomplete append="($initial = true, $echo = true)" /><reference>
 * Display calendar with days that have posts as links.
 *
 * The calendar is cached, which will be retrieved, if it exists. If there are
 * no posts for the month, then it will not be displayed.
 *
 * @since 1.0.0
 *
 * @param bool $initial Optional, default is true. Use initial calendar names.
 * @param bool $echo Optional, default is true. Set to false for return.
</reference></element>
<element pattern="get_date_from_gmt" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_lastpostdate" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_lastpostmodified" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_day_link" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_gmt_from_date" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_month_link" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_post_time" >
	<autocomplete append="($d = 'U', $gmt = false, $post = null, $translate = false);" /><reference>
 * Retrieve the time at which the post was written.
 *
 * @since 2.0.0
 *
 * @param string $d Optional Either 'G', 'U', or php date format.
 * @param bool $gmt Optional, default is false. Whether to return the gmt time.
 * @param int|object $post Optional post ID or object. Default is global $post object.
 * @param bool $translate Whether to translate the time string
 * @return string
</reference></element>
<element pattern="get_the_time" >
	<autocomplete append="($d = '', $post = null);" /><reference>
 * Retrieve the time at which the post was written.
 *
 * @since 1.5.0
 *
 * @param string $d Optional Either 'G', 'U', or php date format defaults to the value specified in the time_format option.
 * @param int|object $post Optional post ID or object. Default is global $post object.
 * @return string
</reference></element>
<element pattern="get_weekstartend" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_year_link" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="human_time_diff" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="is_new_day" >
	<autocomplete append="()" /><reference>
checks if today is a new day. This is a boolean function, meaning it returns TRUE when new day or FALSE if not a new day. 
</reference></element>
<element pattern="iso8601_timezone_to_offset" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="iso8601_to_datetime" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="mysql2date" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="is_serialized" >
	<autocomplete append="()" /><reference></reference></element>
<element pattern="is_serialized_string" >
	<autocomplete append="()" /><reference></reference></element>
<element pattern="maybe_serialize" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="maybe_unserialize" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="add_option" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="delete_option" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="form_option" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_alloptions" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_site_option" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_user_option" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_option" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="update_option" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="update_user_option" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="xmlrpc_getpostcategory" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="xmlrpc_getposttitle" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="xmlrpc_removepostdata" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="user_pass_ok" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="__" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="_e" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="_ngettext" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="_x" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="esc_attr__" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="esc_attr_e" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_locale" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="load_default_textdomain" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="load_plugin_textdomain" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="load_textdomain" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="load_theme_textdomain" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="spawn_cron" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_clear_scheduled_hook" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_cron" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_get_schedule" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_get_schedules" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_next_scheduled" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_reschedule_event" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_schedule_event" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_schedule_single_event" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_unschedule_event" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="comments_open" >
	<autocomplete append="($post_id=NULL)" /><reference>
* Whether the current post is open for comments.
 *
 * @since 1.5.0
 * @uses $post
 *
 * @param int $post_id An optional post ID to check instead of the current post.
 * @return bool True if the comments are open
</reference></element>
<element pattern="has_tag" >
	<autocomplete append="($tag = '', $_post = null)" /><reference>
 * Check if the current post has any of given tags.
 *
 * The given tags are checked against the post's tags' term_ids, names and slugs.
 * Tags given as integers will only be checked against the post's tags' term_ids.
 * If no tags are given, determines if post has any tags.
 *
 * Prior to v2.7 of WordPress, tags given as integers would also be checked against the post's tags' names and slugs (in addition to term_ids)
 * Prior to v2.7, this function could only be used in the WordPress Loop.
 * As of 2.7, the function can be used anywhere if it is provided a post ID or post object.
 *
 * @since 2.6.0
 *
 * @uses is_object_in_term()
 *
 * @param string|int|array $tag Optional. The tag name/term_id/slug or array of them to check for.
 * @param int|post object Optional.  Post to check instead of the current post. @since 2.7.0
 * @return bool True if the current post has any of the the given tags (or any tag, if no tag specified).
</reference></element>
<element pattern="is_404" >
	<autocomplete append="()" /><reference>
checks if 404 error is being displayed (after an "HTTP 404: Not Found" error occurs). This is a boolean function, meaning it returns either TRUE or FALSE. 
</reference></element>
<element pattern="is_admin" >
	<autocomplete append="()" /><reference>
checks if the Dashboard or the administration panels is being displayed. this is a boolean function, meaning it returns either TRUE or FALSE. 
</reference></element>
<element pattern="is_archive" >
	<autocomplete append="()" /><reference>
checks if any type of Archive page is being displayed. An Archive is a Category, Tag, Author or a Date based pages. This is a boolean function, meaning it returns either TRUE or FALSE.  

$post_types = array('movies','books','projects');
is_archive($post_types);  
</reference></element>
<element pattern="is_author" >
	<autocomplete append="()" /><reference>
checks if an Author archive page is being displayed. This is a boolean function, meaning it returns either TRUE or FALSE.

$author (string) (optional) Author ID or Author Nickname  

is_author();
// When any Author page is being displayed.

is_author('4');
// When the archive page for Author number (ID) 4 is being displayed.

is_author('Vivian');
// When the archive page for the Author with Nickname "Vivian" is being displayed.

</reference></element>
<element pattern="is_comments_popup" >
	<autocomplete append="()" /><reference>
This Conditional Tag checks when in Comments Popup window. This is a boolean function, meaning it returns either TRUE or FALSE. 
</reference></element>
<element pattern="is_date" >
	<autocomplete append="()" /><reference>
Test to see if the page is a date based archive page.
</reference></element>
<element pattern="is_day" >
	<autocomplete append="()" /><reference>
Test to see if the page is a day based archive page.
</reference></element>
<element pattern="is_feed" >
	<autocomplete append="()" /><reference></reference></element>
<element pattern="is_front_page" >
	<autocomplete append="()" /><reference>
This Conditional Tag checks if the main page is a posts or a Page. This is a boolean function, meaning it returns either TRUE or FALSE. It returns TRUE when the main blog page is being displayed and the Settings->Reading->Front page displays is set to "Your latest posts", or when is set to "A static page" and the "Front Page" value is the current Page being displayed. 
</reference></element>
<element pattern="is_home" >
	<autocomplete append="()" /><reference>
This Conditional Tag checks if the main page is being displayed. This is a boolean function, meaning it returns either TRUE or FALSE.

Note: WordPress 2.1 handles this function differently than prior versions - See static Front Page. If you select a static Page as your frontpage (see is_front_page()), this tag will be applied to your "posts page". 
</reference></element>
<element pattern="is_month" >
	<autocomplete append="()" /><reference>
Test to see if the page is a month based archive page.
</reference></element>
<element pattern="is_page" >
	<autocomplete append="()" /><reference>
checks if a Pages are being displayed. This is a boolean function, meaning it returns either TRUE or FALSE. 

Parameter
$page (mixed) (optional) Page ID, Page Title or Page Slug 
Default: None 

is_page(42);
// When Page 42 (ID) is being displayed.

is_page('Contact');
// When the Page with a post_title of "Contact" is being displayed.

is_page('about-me');
// When the Page with a post_name (slug) of "about-me" is being displayed.
</reference></element>
<element pattern="is_page_template" >
	<autocomplete append="()" /><reference>
checks if a specific Page Template is being used in a Page. This is a boolean function, meaning it returns either TRUE or FALSE.

Is Page Template 'about' being used? Note that unlike with other conditionals, if you want to specify a particular Page Template, you need to use the filename, such as about.php or my_page_template.php.
&lt;?php 
if ( is_page_template('about.php') ) {
    // Returns true when 'about.php' is being used.
} else {
    // Returns false when 'about.php' is not being used.
}
?&gt;
</reference></element>
<element pattern="is_paged" >
	<autocomplete append="()" /><reference>
This Conditional Tag checks if page being displayed is "paged". This is a boolean function, meaning it returns either TRUE or FALSE.

Note: This refers to an archive or the main page being split up over several pages, this does not refer to a Post or Page whose content has been divided into pages using the <!--nextpage--> QuickTag. 
</reference></element>
<element pattern="is_preview" >
	<autocomplete append="()" /><reference></reference></element>
<element pattern="is_plugin_page" >
	<autocomplete append="()" /><reference>
Returns true when the current request is for a plugin page in the administration panel. For example, if the request is for "http://www.example.com/wp-admin/edit.php?page=some_plugin.php", this will return true.

As of version 2.6, this appears to key off of the "page" URL parameter and is based on the variable $plugin_page, set in wp-admin/admin.php. 
</reference></element>
<element pattern="is_search" >
	<autocomplete append="()" /><reference>
checks if search result page archive is being displayed. This is a boolean function, meaning it returns either TRUE or FALSE. 
</reference></element>
<element pattern="is_single" >
	<autocomplete append="()" /><reference>
checks if any single post is being displayed. This is a boolean function, meaning it returns either TRUE or FALSE.

$page (string) (optional) Post ID, Post Title or Post Slug

is_single();
// When any single Post page is being displayed.

is_single('17');
// When Post 17 (ID) is being displayed.

is_single('Irish Stew');
// When the Post with post_title of "Irish Stew" is being displayed.

is_single('beef-stew');
// When the Post with post_name (slug) of "beef-stew" is being displayed.
  
</reference></element>
<element pattern="is_singular" >
	<autocomplete append="()" /><reference>
checks if a singular page is being displayed. singular page is when any of the following return true: is_single(), is_page() or is_attachment(). This is a boolean function, meaning it returns either TRUE or FALSE.

$post_type (string/array) (optional) Post type or types to check in current query. 

is_singular('book'); //True when viewing a post of the Custom Post Types book. 
is_singular(array( 'newspaper', 'book' )); //True when viewing a post of the Custom Post Types newspaper or book.  
</reference></element>
<element pattern="is_sticky" >
	<autocomplete append="()" /><reference>
checks if "Stick this post to the front page" check box has been checked for the current post. This is a boolean function, meaning it returns either TRUE or FALSE. 

$post_ID (string) (optional) The post ID 

is_sticky();
// When any Sticky Post page is being displayed.

is_sticky('17');
// When Sticky Post 17 (ID) is being displayed.

</reference></element>
<element pattern="is_tag" >
	<autocomplete append="()" /><reference>
checks if a Tag archive page is being displayed. This is a boolean function, meaning it returns either TRUE or FALSE. 

Parameter
$slug (string) (optional) The Tag slug
Default: None 

is_tag('mild');
// When the archive page for tag with the slug of 'mild' is being displayed.
</reference></element>
<element pattern="is_tax" >
	<autocomplete append="()" /><reference>
checks if a Taxonomy archive page is being displayed. This is a boolean function, meaning it returns either TRUE or FALSE.

$taxonomy (string, array) (optional) Taxonomy slug or slugs 
$term (int, array, string) (optional) A single or array of, The term's ID, Name or Slug 

is_tax(); // When any Taxonomy archive page is being displayed.
is_tax('channel'); // When the archive page for taxonomy of 'channel' is being displayed.
is_tax('channel', 'BBC1'); // When the archive page for taxonomy of 'channel' is being displayed and the category is 'BBC1'.
 
</reference></element>
<element pattern="is_time" >
	<autocomplete append="()" /><reference>
Test to see if the page is a time based archive page.
</reference></element>
<element pattern="is_trackback" >
	<autocomplete append="()" /><reference></reference></element>
<element pattern="is_year" >
	<autocomplete append="()" /><reference>
Test to see if the page is a year based archive page.
</reference></element>
<element pattern="pings_open" >
	<autocomplete append="($post_id = NULL)" /><reference>
 * Whether the current post is open for pings.
 *
 * @since 1.5.0
 * @uses $post
 *
 * @param int $post_id An optional post ID to check instead of the current post.
 * @return bool True if pings are accepted
</reference></element>
<element pattern="add_query_arg" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="bool_from_yn" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="cache_javascript_headers" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="check_admin_referer" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="check_ajax_referer" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="do_robots" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_bloginfo" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_num_queries" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="is_blog_installed" >
	<autocomplete append="()" /><reference></reference></element>
<element pattern="is_main_site" >
	<autocomplete append="()" /><reference></reference></element>
<element pattern="is_ssl" >
	<autocomplete append="()" /><reference></reference></element>
<element pattern="make_url_footnote" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="nocache_headers" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="remove_query_arg" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="status_header" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_check_filetype" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_clearcookie" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_create_nonce" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_die" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_explain_nonce" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_footer" >
	<autocomplete append="();" /><reference>
* Fire the wp_footer action
 *
 * @since 1.5.1
 * @uses do_action() Calls 'wp_footer' hook.
</reference></element>
<element pattern="feed_links" >
	<autocomplete append="(array('separator'	=> _x('&amp;raquo;', 'feed link'), 'feedtitle'	=> __('%1$s %2$s Feed'), 'comstitle'	=> __('%1$s %2$s Comments Feed')));" /><reference>
* Display the links to the general feeds.
 *
 * @since 2.8.0
 *
 * @param array $args Optional arguments.
</reference></element>
<element pattern="wp_get_cookie_login" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_get_http_headers" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_get_original_referer" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_get_referer" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_hash" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_head" >
	<autocomplete append="();" /><reference>
* Fire the wp_head action
 *
 * @since 1.2.0
 * @uses do_action() Calls 'wp_head' hook.
</reference></element>
<element pattern="wp_mail" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_mkdir_p" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_new_user_notification" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_nonce_ays" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_nonce_field" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_nonce_url" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_notify_moderator" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_notify_postauthor" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_original_referer_field" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_parse_args" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_redirect" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_referer_field" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_remote_fopen" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_salt" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_set_auth_cookie" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_upload_bits" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_upload_dir" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wp_verify_nonce" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="print_Lat" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="the_Lat" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="print_Lon" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="the_Lon" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="print_UrlPopNav" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="the_UrlPopNav" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="print_AcmeMap_Url" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="the_AcmeMap_Url" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="print_GeoURL_Url" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="the_GeoURL_Url" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="print_GeoCache_Url" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="the_GeoCache_Url" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="print_MapQuest_Url" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="the_MapQuest_Url" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="print_SideBit_Url" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="the_SideBit_Url" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="print_DegreeConfluence_Url" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="the_DegreeConfluence_Url" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="print_TopoZone_Url" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="the_TopoZone_Url" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="print_FindU_Url" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="the_FindU_Url" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="print_MapTech_Url" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="the_MapTech_Url" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="admin_notice_feed" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="avoid_blog_page_permalink_collision" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="check_import_new_users" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="check_upload_size" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="choose_primary_blog" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="confirm_delete_users" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="dashboard_quota" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="display_space_usage" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="format_code_lang" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_site_allowed_themes" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_space_allowed" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_upload_space_available" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="grant_super_admin" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="is_upload_space_available" >
	<autocomplete append="()" /><reference></reference></element>
<element pattern="ms_deprecated_blogs_file" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="mu_dropdown_languages" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="new_user_email_admin_notice" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="redirect_user_to_blog" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="refresh_user_details" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="revoke_super_admin" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="secret_salt_warning" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="send_confirmation_on_profile_email" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="show_post_thumbnail_warning" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="site_admin_notice" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="sync_category_tag_slugs" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="update_option_new_admin_email" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="update_user_status" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="upload_size_limit_filter" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="upload_space_setting" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wpmu_delete_blog" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wpmu_delete_user" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wpmu_get_blog_allowedthemes" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="_admin_notice_multisite_activate_plugins_page" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="add_blog_option" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="delete_blog_option" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_blogaddress_by_domain" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_blogaddress_by_id" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_blogaddress_by_name" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_blog_details" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_blog_option" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_blog_status" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_id_from_blogname" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_last_updated" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="is_archived" >
	<autocomplete append="()" /><reference></reference></element>
<element pattern="refresh_blog_details" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="restore_current_blog" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="switch_to_blog" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="update_archived" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="update_blog_details" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="update_blog_option" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="update_blog_status" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wpmu_update_blogs_date" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="ms_cookie_constants" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="ms_file_constants" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="ms_subdomain_constants" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="ms_upload_constants" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="add_existing_user_to_blog" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="add_new_user_to_blog" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="add_user_to_blog" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="check_upload_mimes" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="create_empty_blog" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="domain_exists" >
	<autocomplete append="()" /><reference></reference></element>
<element pattern="filter_SSL" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="fix_import_form_size" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="fix_phpmailer_messageid" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="force_ssl_content" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_active_blog_for_user" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_admin_users_for_domain" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_blogs_of_user" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_blog_count" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_blog_id_from_url" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_blog_permalink" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_blog_post" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_current_site" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_dashboard_blog" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_dirsize" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_most_recent_post_of_user" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_sitestats" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_user_count" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_user_id_from_string" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="global_terms" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="insert_blog" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="install_blog" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="install_blog_defaults" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="is_blog_user" >
	<autocomplete append="()" /><reference></reference></element>
<element pattern="is_email_address_unsafe" >
	<autocomplete append="()" /><reference></reference></element>
<element pattern="is_user_member_of_blog" >
	<autocomplete append="()" /><reference></reference></element>
<element pattern="is_user_option_local" >
	<autocomplete append="()" /><reference></reference></element>
<element pattern="is_user_spammy" >
	<autocomplete append="()" /><reference></reference></element>
<element pattern="maybe_add_existing_user_to_blog" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="maybe_redirect_404" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="newblog_notify_siteadmin" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="newuser_notify_siteadmin" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="recurse_dirsize" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="redirect_mu_dashboard" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="redirect_this_site" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="remove_user_from_blog" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="signup_nonce_check" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="signup_nonce_fields" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="update_blog_public" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="update_posts_count" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="upload_is_file_too_big" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="upload_is_user_over_quota" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="users_can_register_signup_filter" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="welcome_user_msg_filter" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wordpressmu_wp_mail_from" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wpmu_activate_signup" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wpmu_admin_redirect_add_updated_param" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wpmu_create_blog" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wpmu_create_user" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wpmu_log_new_registrations" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wpmu_signup_blog" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wpmu_signup_blog_notification" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wpmu_signup_user" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wpmu_signup_user_notification" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wpmu_validate_blog_signup" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wpmu_validate_user_signup" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wpmu_welcome_notification" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wpmu_welcome_user_notification" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="get_current_site_name" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="is_subdomain_install" >
	<autocomplete append="()" /><reference></reference></element>
<element pattern="ms_not_installed" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="ms_site_check" >
	<autocomplete append="();" /><reference></reference></element>
<element pattern="wpmu_current_site" >
	<autocomplete append="();" /><reference></reference></element>
</group>
</bfinc>