| @@ -47,26 +47,8 @@ | ||
| 47 | 47 | */ |
| 48 | 48 | public $wp_cron_schedule = 'hourly'; |
| 49 | 49 | |
| 50 | 50 | /** |
| 51 | - * The key to use when alphabetically sorting resources. | |
| 52 | - * | |
| 53 | - * @since 2.0.8 | |
| 54 | - * | |
| 55 | - * @var string | |
| 56 | - */ | |
| 57 | - public $order_by = 'published_at'; | |
| 58 | - | |
| 59 | - /** | |
| 60 | - * The order to return resources. | |
| 61 | - * | |
| 62 | - * @since 2.0.8 | |
| 63 | - * | |
| 64 | - * @var string | |
| 65 | - */ | |
| 66 | - public $order = 'desc'; | |
| 67 | - | |
| 68 | - /** | |
| 69 | 51 | * Constructor. |
| 70 | 52 | * |
| 71 | 53 | * @since 1.9.8.4 |
| 72 | 54 | * |