| @@ -44,8 +44,18 @@ | ||
| 44 | 44 | use ThinkRank\Abilities\Settings\Update_Image_Seo_Settings; |
| 45 | 45 | use ThinkRank\Abilities\Settings\Get_Llms_Txt_Settings; |
| 46 | 46 | use ThinkRank\Abilities\Settings\Update_Llms_Txt_Settings; |
| 47 | 47 | use ThinkRank\Abilities\Settings\Get_Robots_Meta_Settings; |
| 48 | +use ThinkRank\Abilities\Links\Get_External_Links_Settings; | |
| 49 | +use ThinkRank\Abilities\Links\Update_External_Links_Settings; | |
| 50 | +use ThinkRank\Abilities\Matrix\Get_Content_Type_Matrix; | |
| 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; | |
| 48 | 58 | use ThinkRank\Abilities\Settings\Update_Robots_Meta_Settings; |
| 49 | 59 | use ThinkRank\Abilities\Settings\Get_Instant_Indexing_Settings; |
| 50 | 60 | use ThinkRank\Abilities\Settings\Update_Instant_Indexing_Settings; |
| 51 | 61 | use ThinkRank\Abilities\Settings\Get_Author_Archives_Settings; |
| @@ -60,9 +70,8 @@ | ||
| 60 | 70 | use ThinkRank\Abilities\Analysis\Get_Llms_Txt_Status; |
| 61 | 71 | use ThinkRank\Abilities\Analysis\Generate_Llms_Txt; |
| 62 | 72 | use ThinkRank\Abilities\Analysis\Publish_Llms_Txt; |
| 63 | 73 | use ThinkRank\Abilities\Analysis\Get_Seo_Analytics_Data; |
| 64 | -use ThinkRank\Abilities\Analysis\Get_Seo_Insights; | |
| 65 | 74 | use ThinkRank\Abilities\Analysis\Get_Seo_Opportunities; |
| 66 | 75 | use ThinkRank\Abilities\Analysis\Get_Seo_Score; |
| 67 | 76 | use ThinkRank\Abilities\Analysis\Get_Seo_Analyzer; |
| 68 | 77 | use ThinkRank\Abilities\Analysis\Run_Seo_Analyzer; |
| @@ -347,8 +356,18 @@ | ||
| 347 | 356 | new Update_Image_Seo_Settings(), |
| 348 | 357 | new Get_Llms_Txt_Settings(), |
| 349 | 358 | new Update_Llms_Txt_Settings(), |
| 350 | 359 | new Get_Robots_Meta_Settings(), |
| 360 | + new Get_External_Links_Settings(), | |
| 361 | + new Update_External_Links_Settings(), | |
| 362 | + new Get_Content_Type_Matrix(), | |
| 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(), | |
| 351 | 370 | new Update_Robots_Meta_Settings(), |
| 352 | 371 | new Get_Instant_Indexing_Settings(), |
| 353 | 372 | new Update_Instant_Indexing_Settings(), |
| 354 | 373 | new Get_Author_Archives_Settings(), |
| @@ -363,9 +382,8 @@ | ||
| 363 | 382 | new Get_Llms_Txt_Status(), |
| 364 | 383 | new Generate_Llms_Txt(), |
| 365 | 384 | new Publish_Llms_Txt(), |
| 366 | 385 | new Get_Seo_Analytics_Data(), |
| 367 | - new Get_Seo_Insights(), | |
| 368 | 386 | new Get_Seo_Opportunities(), |
| 369 | 387 | new Get_Seo_Score(), |
| 370 | 388 | new Get_Seo_Analyzer(), |
| 371 | 389 | new Run_Seo_Analyzer(), |