| @@ -17,8 +17,9 @@ | ||
| 17 | 17 | use ThinkRank\Abilities\Analysis\Get_Term_Seo_Checks; |
| 18 | 18 | use ThinkRank\Abilities\Content\Get_Post_Seo; |
| 19 | 19 | use ThinkRank\Abilities\Content\Get_Term_Seo; |
| 20 | 20 | use ThinkRank\Abilities\Content\List_Content_Items; |
| 21 | +use ThinkRank\Abilities\Content\List_Snippet_Issues; | |
| 21 | 22 | use ThinkRank\Abilities\Content\List_Content_Types; |
| 22 | 23 | use ThinkRank\Abilities\Content\Update_Post_Seo; |
| 23 | 24 | use ThinkRank\Abilities\Content\Update_Term_Seo; |
| 24 | 25 | use ThinkRank\Abilities\Content\Generate_Content_Brief; |
| @@ -56,8 +57,10 @@ | ||
| 56 | 57 | use ThinkRank\Abilities\Content\Get_Post_Content; |
| 57 | 58 | use ThinkRank\Abilities\Maintenance\Purge_Caches; |
| 58 | 59 | use ThinkRank\Abilities\Settings\Update_Robots_Meta_Settings; |
| 59 | 60 | use ThinkRank\Abilities\Settings\Get_Instant_Indexing_Settings; |
| 61 | +use ThinkRank\Abilities\Settings\Get_Ai_Budget; | |
| 62 | +use ThinkRank\Abilities\Settings\Update_Ai_Budget; | |
| 60 | 63 | use ThinkRank\Abilities\Settings\Update_Instant_Indexing_Settings; |
| 61 | 64 | use ThinkRank\Abilities\Settings\Get_Author_Archives_Settings; |
| 62 | 65 | use ThinkRank\Abilities\Settings\Update_Author_Archives_Settings; |
| 63 | 66 | use ThinkRank\Abilities\Settings\Get_Email_Report_Settings; |
| @@ -337,8 +340,9 @@ | ||
| 337 | 340 | new Get_Global_Settings(), |
| 338 | 341 | new Update_Global_Settings(), |
| 339 | 342 | new Get_Post_Seo(), |
| 340 | 343 | new Update_Post_Seo(), |
| 344 | + new List_Snippet_Issues(), | |
| 341 | 345 | new Get_Term_Seo(), |
| 342 | 346 | new Update_Term_Seo(), |
| 343 | 347 | new Get_Post_Seo_Checks(), |
| 344 | 348 | new Get_Term_Seo_Checks(), |
| @@ -367,8 +371,10 @@ | ||
| 367 | 371 | new Fill_Missing_Alt_Text(), |
| 368 | 372 | new Get_Post_Content(), |
| 369 | 373 | new Purge_Caches(), |
| 370 | 374 | new Update_Robots_Meta_Settings(), |
| 375 | + new Get_Ai_Budget(), | |
| 376 | + new Update_Ai_Budget(), | |
| 371 | 377 | new Get_Instant_Indexing_Settings(), |
| 372 | 378 | new Update_Instant_Indexing_Settings(), |
| 373 | 379 | new Get_Author_Archives_Settings(), |
| 374 | 380 | new Update_Author_Archives_Settings(), |