Yogesh Yadav
@20yogesh on WordPress.org
Bio
Interests
WordPress Origin Story
Contributions
- Member Since: September 5th, 2021
- Location: Lucknow
- Website: boldtechie.com
- GitHub: yogeshyogeshyadav
- Job Title: WordPress Expert | Elementor & ACF Specialist
- Employer: Boldtechie
-
Posted a reply to How do I connect via ajax to an iPhone app?, on the site WordPress.org Forums:
Build your app’s data endpoints using the WordPress REST API, not admin-ajax.php.REST is designed for… -
Posted a reply to 403 error on /wp-admin in a different browser, on the site WordPress.org Forums:
🔄 1. Clear Cookies and CacheStart simple. In the browser that’s giving you trouble:Open Developer… -
Posted a reply to Fatals Error – asking for credentials, on the site WordPress.org Forums:
Enable WP Debug Mode (via FTP)define('WP_DEBUG', true);define('WP_DEBUG_LOG', true);define('WP_DEBUG_DISPLAY', false); // Hide from frontend2. Force Direct… -
Posted a reply to How to remove “update available” on a plugin?, on the site WordPress.org Forums:
function disable_plugin_updates( $value ) {if ( isset( $value ) && is_object( $value ) ) {unset(… -
Posted a reply to Error while visiting dashboard, on the site WordPress.org Forums:
Ok, enable debug mode and try to login again, and share error message screenshot -
Posted a reply to Error while visiting dashboard, on the site WordPress.org Forums:
I think this site might have been hacked. Please check your mailbox and enable debug… -
Created a topic, I am receiving unexpected Japanese characters in my text., on the site WordPress.org Forums:
I am encountering an issue where Japanese characters a… -
Posted a reply to I want to upload documents in user profile, on the site WordPress.org Forums:
Yes, but problem is that file is not selected in that custom meta field While… -
Created a topic, I want to upload documents in user profile, on the site WordPress.org Forums:
Hi All, I am trying to upload documents in user profil…