Modified the code to prevent encountering a “Bad Gateway” 502 error. Successfully implemented the PHP cron job for retrieving daily metrics.
To prevent the occurrence of the “429 Too Many Requests” error, API requests have been limited to a maximum of 10 at a time. This ensures that all websites receive…
A custom PHP function was created to retrieve the progress count/counter instead of using the ‘get_option’ function. This enables the progress toast to determine when it should no longer be…
The biweekly auto check action scheduler function has been updated to include the missing parameter that was previously absent. Additionally, the action scheduler helper function responsible for interrupting the biweekly…
Added PHP code that uses various cURL options to verify video asset links. This has been added to prevent PHP “Allowed memory exhausted” errors. Additionally, the number of links that…
Revised the storage process of broken links in the database to minimize the frequency of queries. Resolved the issue of the action scheduler persistently running in the background without any…
An optimized version of the broken links function was developed, with the aim of minimizing the number of times the sitemap/page URLs were accessed. Additional PHP code was included to…
Enhanced word-counting code to exclusively examine the content of posts while excluding all recurring words from various pages.
The “Keyword Audit” window now scans multiple websites, as it was previously only scanning one website even when the “scan multiple” option was selected. This was addressed by including missing…
Choosing the right domain name for your website can make a significant impact on your online presence. Your domain name is your website’s online address, and it’s often the first…