Gnanasekaran Loganathan
@gnanasekaran on WordPress.org, @Gnanasekaran on Slack
- Member Since: October 28th, 2014
- Location: Delaware, US
- Job Title: Theme and plugin Developer
Interests
Contribution History
Gnanasekaran Loganathan’s badges:- Plugin Developer Plugin Developer
-
Created a topic, Fatal error : Creating default object from empty value and Allowed memory size, on the site WordPress.org Forums:
Following error I got, Warning: Creating default obje…8 months ago
-
Posted a reply to Bootstrap icon missing in gutenberg classic editor, on the site WordPress.org Forums:
I got the solution, Try this https://github.com/gnanasekaranl/Bootstrap-Shortcode-in-Gutenberg9 months ago
-
Committed [2045610] to Plugins Trac:
update change log9 months ago
-
Committed [2045609] to Plugins Trac:
Updated change logs9 months ago
-
Committed [2045607] to Plugins Trac:
change log update9 months ago
-
Committed [2045606] to Plugins Trac:
updated logs9 months ago
-
Committed [2045605] to Plugins Trac:
Added logs9 months ago
-
Committed [2045604] to Plugins Trac:
Added version log9 months ago
-
Committed [2045602] to Plugins Trac:
screenshot-1.png added9 months ago
-
Committed [2045600] to Plugins Trac:
Removed PHP warning while installing the plugin Updated for WordPress ...9 months ago
-
Committed [2045599] to Plugins Trac:
Removed PHP warning while installing the plugin Updated for WordPress ...9 months ago
-
Created a topic, Only can create for two uneven column, on the site WordPress.org Forums:
This Variable column can only create two columns in a …10 months ago
-
Created a topic, This plugin will support bootstrap 4, on the site WordPress.org Forums:
Hi, When you guys plan to upgrade version which suppor…11 months ago
-
Created a topic, Bootstrap icon missing in gutenberg classic editor, on the site WordPress.org Forums:
Gutenberg editor has a classic editor bloc, In this cl…1 year ago
-
Posted a reply to errore rilevato, on the site WordPress.org Forums:
You can check now.2 years ago
-
Committed [1711431] to Plugins Trac:
assets update2 years ago
-
Posted a reply to Range filter for member profile field, on the site WordPress.org Forums:
I used xprofile field range for user got functionality but your plugin not support the…2 years ago
-
Created a topic, Like button could not remove, on the site WordPress.org Forums:
Could not disable Like button in reaction setting page…3 years ago
-
Posted a reply to Birthdate not age showing in members-loop, on the site WordPress.org Forums:
Its show DOB, like below. Not an age, March 9, 1998 Is any way to…3 years ago
-
Posted a reply to get logged-in user location in buddypress, on the site WordPress.org Forums:
global $bp, $wpdb; $the_user_id = $bp->loggedin_user->userdata->ID; $results = $wpdb->get_results( "select * FROM wppl_friends_locator WHERE member_id…3 years ago
-
Created a topic, get logged-in user location in buddypress, on the site WordPress.org Forums:
How to get logged-in user location in buddypress, You …3 years ago
-
Created a topic, Range filter for member profile field, on the site WordPress.org Forums:
How to set range filter or between values filter for b…3 years ago
-
Posted a reply to wordpress 4.7 with customised REST API plugin, on the site WordPress.org Forums:
Yes, I got it. I got the solution. I wrote custom endpoint instead of using…3 years ago
-
Posted a reply to Role based approval, on the site WordPress.org Forums:
@andersan, There is a two reason, 1. your website not calling auto_approve_user when user regiter…3 years ago
-
Created a topic, Email notification to user for incomplete prfoile, on the site WordPress.org Forums:
Email notification send to user to who incomplete thei…3 years ago
-
Created a topic, user avatar update programmatically, on the site WordPress.org Forums:
How to add or update user avatar programmatically.3 years ago
-
Posted a reply to Enable HTTP Authorization Header, on the site WordPress.org Forums:
No need to enable HTTP Authorization Header in nginx server and windows server. By default…3 years ago
-
Created a topic, Events type in facebook, on the site WordPress.org Forums:
I have more events in my profile facebook events but I…3 years ago
-
Created a topic, Awaiting moderation topics shows all user, on the site WordPress.org Forums:
Awaiting moderation topics shows all user, ex : user A…3 years ago
-
Created a topic, wordpress 4.7 with customised REST API plugin, on the site WordPress.org Forums:
I did some customised REST API plugin for wordpress 4.…3 years ago
-
Posted a reply to Enable HTTP Authorization Header, on the site WordPress.org Forums:
Is anyone know about this ?3 years ago
-
Posted a reply to Fatal error: Allowed memory size, on the site WordPress.org Forums:
http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/ Not add in end of the wp-config.php file.3 years ago
-
Posted a reply to Fatal error: Allowed memory size of 41943040 bytes exhausted, on the site WordPress.org Forums:
http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/ Not add in end of the wp-config.php file.3 years ago
-
Created a topic, Blocking admin ajax, on the site WordPress.org Forums:
This plugin blocking admin-ajax.php in theme functiona…3 years ago
-
Posted a reply to base64-encoded image upload using REST API, on the site WordPress.org Forums:
Just add below code in below mentioned function, protected function upload_from_data( $data, $headers, $getFile )…3 years ago
-
Posted a reply to Change URL namespace, on the site WordPress.org Forums:
I used below hook. /** * Modify url base from wp-json to 'api' */ add_filter(…3 years ago
-
Posted a reply to programmatically htaccess overwrite is good practice, on the site WordPress.org Forums:
@stephencottontail I am not any plugin, Generally I have this doubt, This is good or…3 years ago
-
Created a topic, Enable HTTP Authorization Header, on the site WordPress.org Forums:
How to enable HTTP Authorization Header in nginx serve…3 years ago
-
Created a topic, programmatically htaccess overwrite is good practice, on the site WordPress.org Forums:
When activate the plugin add some code in .htaccess fi…3 years ago
-
Created a new ticket, #39466, in Core Trac:
Get list of post API request missing status3 years ago
-
Created a topic, How to overwrite core validation message and code, on the site WordPress.org Forums:
How to overwrite core validation message and code. exa…3 years ago
-
Posted a reply to http status code in wp rest api, on the site WordPress.org Forums:
Use below function we can send HTTP status code return new WP_REST_Response($posts, 200); EX :…3 years ago
-
Created a topic, http status code in wp rest api, on the site WordPress.org Forums:
How to change custom http status code in header in wp …3 years ago
-
Created a topic, Change URL namespace, on the site WordPress.org Forums:
Are we can change URL namespace in WP rest api. My UR…3 years ago
-
Posted a reply to Change “wp-json” name, on the site WordPress.org Forums:
You can use the rest_url_prefix filter to change wp-json for v2, or the equivalent json_url_prefix…3 years ago
-
Posted a reply to Change “wp-json” name, on the site WordPress.org Forums:
@djibs13, Did you got answer?3 years ago
-
Posted a reply to jwt_auth_bad_config, on the site WordPress.org Forums:
I change the position of below lines before " define('WP_DEBUG', true); " Its working fine…3 years ago
-
Posted a reply to create attachment, on the site WordPress.org Forums:
@goharika add in header Content-Disposition Content-Disposition : attachment; filename="imagename.jpg"3 years ago
-
Created a topic, base64-encoded image upload using REST API, on the site WordPress.org Forums:
How to base64-encoded image upload using REST API.3 years ago
-
Posted a reply to create attachment, on the site WordPress.org Forums:
@goharika I got the same error, Did you got the solution.3 years ago
Developer
-
User Activation By Email
Active Installs: 40+