Hadis
Forum Replies Created
-
I am removing it also. All sites are almost unresponsive. After deactivated Jetpack everything back to normal
Forum: Reviews
In reply to: [Elementor Website Builder - more than just a page builder] confidence :(You are not alone. They fu***d it again
You didnt understand. It should show recently completed events for example last few in year 2024, but it shows events from 2023. I rolles back to previous version and it shows past events from 2024 as it should be.
Thanks for ansswer
I am also searching for same. I figured that logged in user can call:
WP_Optimize_Page_Cache_Preloader::instance()->run('manual');But from cronjob script is not executed as it need.It also works with bash script, but it’s not good solution for me:
#!/usr/bin/env bash site="https://www.web.com/" login_address="$site/wp-login.php" log="user" pwd="pass" cookies="/tmp/cookies.txt" agent="Mozilla/5.0" # authenticate and save cookies wget \ --user-agent="$agent" \ --save-cookies $cookies \ --keep-session-cookies \ --delete-after \ --post-data="log=$log&pwd=$pwd&testcookie=1" \ "$login_address" # access home page with authenticated cookies wget \ --user-agent="$agent" \ --load-cookies $cookies \ "www.web.com/test.php"Thanks for anser, it would be nice that they have option to choose another one without abandon.
Regards
Forum: Plugins
In reply to: [Post Author IP] Search posts by author ipThank you, i have added block ip option also but that was for my own purposes 🙂
Regards
I added following code in Repeater Template:
<?php echo do_shortcode(‘[addtoany]’); ?>
<script async src=”https://static.addtoany.com/menu/page.js”></script>and it works.
I solved repeating posts by inserting [ajax_load_more offset=”5″] but still can’t get share buttons.
Forum: Hacks
In reply to: Custom XML-RPC authenticationcan you write how to hack class-wp-xmlrpc-server.php?