|
1 |
| -[](https://travis-ci.org/danimalweb/wp-clean) |
2 |
| - |
3 |
| -# wp-clean |
| 1 | +# lambda-wp-clean |
4 | 2 | WordPress plugin to clean up unused functionality and extra bloat.
|
5 | 3 |
|
6 | 4 | # Modules #
|
7 | 5 |
|
8 | 6 | * **Cleaner Markup**<br>
|
9 |
| -`add_theme_support('WP_Clean-clean-up');` |
| 7 | +`add_theme_support('wp-clean-clean-up');` |
10 | 8 |
|
11 | 9 | * **Disable Attachement Pages**<br>
|
12 |
| -`add_theme_support('WP_Clean-disable-attachment-pages');` |
| 10 | +`add_theme_support('wp-clean-disable-attachment-pages');` |
13 | 11 |
|
14 | 12 | * **Disable Author Pages**<br>
|
15 |
| -`add_theme_support('WP_Clean-disable-author-pages');` |
| 13 | +`add_theme_support('wp-clean-disable-author-pages');` |
16 | 14 |
|
17 | 15 | * **Disable Comments**<br>
|
18 |
| -`add_theme_support('WP_Clean-disable-comments');` |
| 16 | +`add_theme_support('wp-clean-disable-comments');` |
19 | 17 |
|
20 | 18 | * **Disable Emojicons**<br>
|
21 |
| -`add_theme_support('WP_Clean-disable-emojicons');` |
| 19 | +`add_theme_support('wp-clean-disable-emojicons');` |
22 | 20 |
|
23 | 21 | * **Disable RSS Feeds**<br>
|
24 |
| -`add_theme_support('WP_Clean-disable-feed');` |
| 22 | +`add_theme_support('wp-clean-disable-feed');` |
| 23 | + |
| 24 | +* **Remove JSON API**<br> |
| 25 | +`add_theme_support('wp-clean-disable-json-api');` |
25 | 26 |
|
26 | 27 | * **Disable Posts**<br>
|
27 | 28 | The built in posts that come with the default install.<br>
|
28 |
| -`add_theme_support('WP_Clean-disable-posts');` |
| 29 | +`add_theme_support('wp-clean-disable-posts');` |
29 | 30 |
|
30 | 31 | * **Disable Search**<br>
|
31 |
| -`add_theme_support('WP_Clean-disable-search');` |
| 32 | +`add_theme_support('wp-clean-disable-search');` |
32 | 33 |
|
33 | 34 | * **Disable Trackbacks**<br>
|
34 |
| -`add_theme_support('WP_Clean-disable-trackbacks');` |
| 35 | +`add_theme_support('wp-clean-disable-trackbacks');` |
35 | 36 |
|
36 | 37 | * **No redirect to fuzzy match on 404 error**<br>
|
37 |
| -`add_theme_support('WP_Clean-no-redirect-on-404');` |
| 38 | +`add_theme_support('wp-clean-no-redirect-on-404');` |
38 | 39 |
|
39 | 40 | * **Remove Dashboard Widgets**<br>
|
40 |
| -`add_theme_support('WP_Clean-remove-dashboard-widgets');` |
| 41 | +`add_theme_support('wp-clean-remove-dashboard-widgets');` |
0 commit comments