| @@ -48,8 +48,14 @@ | ||
| 48 | 48 | use ThinkRank\Abilities\Links\Get_External_Links_Settings; |
| 49 | 49 | use ThinkRank\Abilities\Links\Update_External_Links_Settings; |
| 50 | 50 | use ThinkRank\Abilities\Matrix\Get_Content_Type_Matrix; |
| 51 | 51 | use ThinkRank\Abilities\Matrix\Update_Content_Type_Matrix; |
| 52 | +use ThinkRank\Abilities\Media\List_Images; | |
| 53 | +use ThinkRank\Abilities\Media\Get_Image_Alt_Text; | |
| 54 | +use ThinkRank\Abilities\Media\Update_Image_Alt_Text; | |
| 55 | +use ThinkRank\Abilities\Media\Fill_Missing_Alt_Text; | |
| 56 | +use ThinkRank\Abilities\Content\Get_Post_Content; | |
| 57 | +use ThinkRank\Abilities\Maintenance\Purge_Caches; | |
| 52 | 58 | use ThinkRank\Abilities\Settings\Update_Robots_Meta_Settings; |
| 53 | 59 | use ThinkRank\Abilities\Settings\Get_Instant_Indexing_Settings; |
| 54 | 60 | use ThinkRank\Abilities\Settings\Update_Instant_Indexing_Settings; |
| 55 | 61 | use ThinkRank\Abilities\Settings\Get_Author_Archives_Settings; |
| @@ -64,9 +70,8 @@ | ||
| 64 | 70 | use ThinkRank\Abilities\Analysis\Get_Llms_Txt_Status; |
| 65 | 71 | use ThinkRank\Abilities\Analysis\Generate_Llms_Txt; |
| 66 | 72 | use ThinkRank\Abilities\Analysis\Publish_Llms_Txt; |
| 67 | 73 | use ThinkRank\Abilities\Analysis\Get_Seo_Analytics_Data; |
| 68 | -use ThinkRank\Abilities\Analysis\Get_Seo_Insights; | |
| 69 | 74 | use ThinkRank\Abilities\Analysis\Get_Seo_Opportunities; |
| 70 | 75 | use ThinkRank\Abilities\Analysis\Get_Seo_Score; |
| 71 | 76 | use ThinkRank\Abilities\Analysis\Get_Seo_Analyzer; |
| 72 | 77 | use ThinkRank\Abilities\Analysis\Run_Seo_Analyzer; |
| @@ -355,8 +360,14 @@ | ||
| 355 | 360 | new Get_External_Links_Settings(), |
| 356 | 361 | new Update_External_Links_Settings(), |
| 357 | 362 | new Get_Content_Type_Matrix(), |
| 358 | 363 | new Update_Content_Type_Matrix(), |
| 364 | + new List_Images(), | |
| 365 | + new Get_Image_Alt_Text(), | |
| 366 | + new Update_Image_Alt_Text(), | |
| 367 | + new Fill_Missing_Alt_Text(), | |
| 368 | + new Get_Post_Content(), | |
| 369 | + new Purge_Caches(), | |
| 359 | 370 | new Update_Robots_Meta_Settings(), |
| 360 | 371 | new Get_Instant_Indexing_Settings(), |
| 361 | 372 | new Update_Instant_Indexing_Settings(), |
| 362 | 373 | new Get_Author_Archives_Settings(), |
| @@ -371,9 +382,8 @@ | ||
| 371 | 382 | new Get_Llms_Txt_Status(), |
| 372 | 383 | new Generate_Llms_Txt(), |
| 373 | 384 | new Publish_Llms_Txt(), |
| 374 | 385 | new Get_Seo_Analytics_Data(), |
| 375 | - new Get_Seo_Insights(), | |
| 376 | 386 | new Get_Seo_Opportunities(), |
| 377 | 387 | new Get_Seo_Score(), |
| 378 | 388 | new Get_Seo_Analyzer(), |
| 379 | 389 | new Run_Seo_Analyzer(), |