Bro, why is it not auto updating?
Bro, that is nulled file. ubaid connected our accounts to his pro licence and hence validation will have no issues with untouched pro zip file from rankmath directly.
I thought that would have given you automatic updates?Bro, that is nulled file. ubaid connected our accounts to his pro licence and hence validation will have no issues with untouched pro zip file from rankmath directly.
It's sheduled for 2 or more hours later.. Unless you update manually.I thought that would have given you automatic updates?
Even I thought the same. But it is otherwise.I thought that would have given you automatic updates?
That will not work bro. The scheduled auto updates of plugin is a wordpress feature which auto updates your plugins and themes in a scheduled manner. The update of pro will not work anyway.It's sheduled for 2 or more hours later.. Unless you update manually.
Automatically update, you need to update the free version first, and wait a minute you will be able to update the pro version.@ubaid bro, new update file? please.
Hit Ctrl + F5.That will not work bro. The scheduled auto updates of plugin is a wordpress feature which auto updates your plugins and themes in a scheduled manner. The update of pro will not work anyway.
It didnt work for me atleast. Maybe if it works for you, then please let us know in this topic.
Which fix you are talking about ?personally I did not notice any change between this version and the nulled version
on the contrary with adding fix
the nulled version has more advantage
Okay then, I will disconnect yours.personally I did not notice any change between this version and the nulled version
on the contrary with adding fix
the nulled version has more advantage
just because we're posting a review?Okay then, I will disconnect yours.
Which fix you are talking about ?
Hi @TassieNZ , @Tomz , @NullMaster
Can you change this code value on your release?
seo-by-rank-math-pro\includes\class-installer.php
PHP:if ( function_exists( 'as_unschedule_all_actions' ) ) { $fetch_gap = 3; // $fetch_gap = 1; as_unschedule_all_actions( 'rank_math/analytics/daily_tasks' ); as_schedule_recurring_action( strtotime( 'tomorrow' ) + 180, DAY_IN_SECONDS * $fetch_gap, 'rank_math/analytics/daily_tasks' ); }
seo-by-rank-math-pro\includes\modules\analytics\class-analytics.php
PHP:public function data_retention_period() { return 'pro' === Admin_Helper::get_user_plan() ? 180 : 1000; // return 3650; } public function fetch_gap() { return 3; // return 1; }
wp-content\plugins\seo-by-rank-math-pro\includes\modules\analytics\class-keywords.php
PHP:$args = wp_parse_args( $args, [ 'dimension' => 'query', 'order' => 'DESC', 'orderBy' => 'diffPosition', 'limit' => 'LIMIT 20000', // 'limit' => 'LIMIT 100000', 'sub_where' => " AND query IN ( SELECT keyword from {$wpdb->prefix}rank_math_analytics_keyword_manager )", ] );
so we can get analytic data, not limited to 3 days.
and keyword tracker over 20000