Tung Du
@dinhtungdu on WordPress.org and Slack
- Member Since: June 14th, 2014
- GitHub: dinhtungdu
- Job Title: Open Source Practice Engineer
- Employer: 10up
Interests
Contributions Sponsored
Contribution History
Tung Du’s badges:- Core Contributor
- Meetup Organizer
- Plugin Developer
- Translation Contributor
- Translation Editor
-
Posted a reply to programmatically create a redirect, on the site WordPress.org Forums:
@ramnathk Yes, you can use srm_create_redirect to create redirects. That function is used internally in…10 hours ago
-
Posted a reply to $args support, on the site WordPress.org Forums:
Hi @nicoter, currently we have other plugins in the review queue so I don't have…11 hours ago
-
Posted a reply to Exlude Activation Page (wp-activate.php), on the site WordPress.org Forums:
Hi @miwebdesigns, I can confirm the issue and we already have a Pull Request in…2 weeks ago
-
Posted a reply to Local avatar in AMP version, on the site WordPress.org Forums:
Hi @ismail-elfa, you can try overriding ampforwp_get_comments_gravatar function to display the local avatar. Currently, SLA…3 weeks ago
-
Posted a reply to Only works when “Personnaliser” is open, on the site WordPress.org Forums:
Hi @aglae, What is the query you're using to query your custom post on the…3 weeks ago
-
Created a new ticket, #50528, in Core Trac:
The documentation of WP_Comment_Query is incorrect4 weeks ago
-
Created a new ticket, #50521, in Core Trac:
comments_pre_query doesn't align with other pre_query filters4 weeks ago
-
Posted a reply to Still doesn’t work with Elementor Pro, on the site WordPress.org Forums:
@paulnl can you give me some steps to reproduce your issue. I tested the theme…2 months ago
-
Posted a reply to Simple local Avatars custom class, on the site WordPress.org Forums:
Hi @inempleo, can you tell me about your use case and why do you want…2 months ago
-
Posted a reply to Simple Page Ordering Fails to save new order – spins forever, on the site WordPress.org Forums:
@somatic Please clear your WordPress cache (of caching plugins) and your browser cache to fix…2 months ago
-
Posted a reply to Adding parameters to redirect (eg utm), on the site WordPress.org Forums:
@ragrant0 It's expected because when you select categories from the sidebar, the URL is changed…2 months ago
-
Posted a reply to Adding parameters to redirect (eg utm), on the site WordPress.org Forums:
@ragrant0, You need to use URL encoded characters for [ and ]. For example: Redirect…2 months ago
-
Posted a reply to Settings for upload privileges, on the site WordPress.org Forums:
Hi @ozviewer How do you want your reviewers to set their avatar? If it's providing…2 months ago
-
Posted a reply to Adding parameters to redirect (eg utm), on the site WordPress.org Forums:
@taylorgorman For your redirect, you can use a wildcard to achieve the same result as…2 months ago
-
Posted a reply to Simple Page Ordering Fails to save new order – spins forever, on the site WordPress.org Forums:
@dlovas1, I'm glad to see you resolve your original issue. Simple Page Ordering works flawlessly…2 months ago
-
Posted a reply to IP Adress is not accepted, on the site WordPress.org Forums:
Hi @lettobi, Can you give me the debug info under Tools > Site Health >…2 months ago
-
Posted a reply to Adding parameters to redirect (eg utm), on the site WordPress.org Forums:
Hi @nfrctennant, I tested on my local installation and the redirect worked great, all query…2 months ago
-
Posted a reply to How can I change user’s avatar via Rest API?, on the site WordPress.org Forums:
Hi @simaru30, You can make a get request to retrieve a user, the simple local…2 months ago
-
Posted a reply to Can’t move pages only spins, on the site WordPress.org Forums:
Hi @rsnowbeck, Does it work without the category filter? I mean can you order pages…2 months ago
-
Posted a reply to “forgotten password” email address, on the site WordPress.org Forums:
Hi @katepirie, You can change the default name and email address by using this snippet…2 months ago
-
Posted a reply to What’s the difference between the two srm_max_redirects, on the site WordPress.org Forums:
Those lines belong to two functions that use max redirects data in the logic, one…2 months ago
-
Posted a reply to Version 2.2.1 on WP 3.9.1 ads parent page?!?, on the site WordPress.org Forums:
Hi @lokz, For example, you're dragging page A, you have page C is the child…2 months ago
-
Posted a reply to Slash at the end of url, on the site WordPress.org Forums:
Hi @wpuser2000, can you please check the permalink setting to see if it has a…2 months ago
-
Posted a reply to What’s the difference between the two srm_max_redirects, on the site WordPress.org Forums:
Hi @tea23hah, They're the same filter. You can use that filter to create more than…2 months ago
-
Posted a reply to Additional Page access to non-logged-in, on the site WordPress.org Forums:
Hi @scottgx, there are two similar questions to yours are answered, you can apply a…2 months ago
-
Posted a reply to get_avatar_url not working with thsi plugin, on the site WordPress.org Forums:
Hi @yydevelopment, thanks for the report. We have the feature you mentioned in the review…2 months ago
-
Posted a reply to Simple Page Ordering Fails to save new order – spins forever, on the site WordPress.org Forums:
Hi @dlovas1, can you try to roll back Simple Page Ordering to the last version…2 months ago
-
Wrote a comment on the post Hello Polyglots, I am the…, on the site Translate WordPress:
Hi @pomegranate, The translation looks good, I've set @goldenfish125 as the PTE of the plugin.2 months ago
-
Posted a reply to Simple Page Ordering Fails to save new order – spins forever, on the site WordPress.org Forums:
@dlovas1 thanks for the debug information. The memory limit looks good so it may not…3 months ago
-
Posted a reply to Form output to front end, on the site WordPress.org Forums:
@biqu3 Maybe this answer might help: https://wordpress.stackexchange.com/questions/202021/front-end-post-and-upload-file-image-for-users-without-plugin3 months ago
-
Posted a reply to Exclude certain custom post type, on the site WordPress.org Forums:
@dzulfriday You can use in_array to check for multiple post types. For example: ... if…3 months ago
-
Posted a reply to Form output to front end, on the site WordPress.org Forums:
@biqu3 You can check out these links: - https://wordpress.stackexchange.com/questions/228301/how-to-upload-image-from-front-end-and-save-in-media-library - http://qnimate.com/using-wordpress-media-uploader-on-frontend/ You can use the…3 months ago
-
Wrote a comment on the post (Post Title) PTE Request for…, on the site Translate WordPress:
Done for #vi ;)3 months ago
-
Posted a reply to Loop detection, on the site WordPress.org Forums:
This question has been answered here: https://github.com/10up/safe-redirect-manager/issues/206#issuecomment-6250071363 months ago
-
Posted a reply to Loop detection, on the site WordPress.org Forums:
GitHub issue for this topic (thank @kevinbrands for creating it): https://github.com/10up/safe-redirect-manager/issues/2063 months ago
-
Posted a reply to Simple Page Ordering Fails to save new order – spins forever, on the site WordPress.org Forums:
@dlovas1 can you send me the Site Health information so we can debug your issue…3 months ago
-
Posted a reply to Use “Choose your file” instead of Media Uploader, on the site WordPress.org Forums:
Hi @biqu3, For "normal users" (Subscribers, Contributor), the file upload input is used. Only users…3 months ago
-
Posted a reply to Not able to Drag and Drop Posts when using Category filter, on the site WordPress.org Forums:
Hi @njit75, Can you try these steps to order posts using the category filter: 1.…3 months ago
-
Posted a reply to Form output to front end, on the site WordPress.org Forums:
Hi @mrvigner, Editing the user avatar on the front end is not the scope of…3 months ago
-
Posted a reply to How can i restrict deivice IP of registered members from aScessing a page?, on the site WordPress.org Forums:
Hi @markzuckerbels, The feature you described above is not available in Restricted Site Access. RSA…3 months ago
-
Posted a reply to Simple Page Ordering Fails to save new order – spins forever, on the site WordPress.org Forums:
@dlovas1 Did you notice any console log error in your testing? If yes, can you…3 months ago
-
Wrote a comment on the post Hello Polyglots, I have suggested…, on the site Translate WordPress:
Done for #vi!3 months ago
-
Posted a reply to Simple Page Ordering Fails to save new order – spins forever, on the site WordPress.org Forums:
It can be considered a bug of our plugin. We have a fix waiting for…3 months ago
-
Posted a reply to Simple Page Ordering Fails to save new order – spins forever, on the site WordPress.org Forums:
Can you test reordering in the incognito mode? I want to check if it's the…3 months ago
-
Posted a reply to Needing a 410 Done Code, on the site WordPress.org Forums:
The Github issue for this topic: https://github.com/10up/safe-redirect-manager/issues/205. Thank @popvekind for creating the issue. Github is…3 months ago
-
Posted a reply to Change default 38px image width, on the site WordPress.org Forums:
Hi @peterforensys, The default size is 96px as documented here: https://developer.wordpress.org/reference/functions/get_avatar/. You can change the…3 months ago
-
Posted a reply to Reorder pages on different pages in admin, on the site WordPress.org Forums:
Hi @artsimmons, You can open the quick edit and change the value of Order field.…4 months ago
-
Posted a reply to Plugin doesn’t work – blocks all IPs except logged in, on the site WordPress.org Forums:
Hi @lordtopcat, Can you provide me some details about your WP installation? How do you…4 months ago
-
Posted a reply to Exclude certain custom post type, on the site WordPress.org Forums:
Hi @atheneit, You can append the snippet above to your theme's functions.php (at the end…4 months ago
-
Posted a reply to Simple Page Ordering Fails to save new order – spins forever, on the site WordPress.org Forums:
Hi @dlovas1, we released 2.3.4 to fix your issue, please update : )4 months ago
Developer
-
Command Palette
Active Installs: 20+
Contributor
-
Autoshare for Twitter
Active Installs: 80+
-
Block for Apple Maps
Active Installs: Less than 10
Support Rep
-
Ads.txt Manager
Active Installs: 80,000+
-
Brightcove Video Connect
Active Installs: 1,000+
-
Eight Day Week Print Workflow
Active Installs: 10+
-
Insert Special Characters
Active Installs: 1,000+
-
Microsoft Azure Storage for WordPress
Active Installs: 2,000+
-
New Relic Reporting for WordPress
Active Installs: 700+
-
Restricted Site Access
Active Installs: 20,000+
-
Safe Redirect Manager
Active Installs: 50,000+
-
Simple Local Avatars
Active Installs: 80,000+
-
Simple Page Ordering
Active Installs: 200,000+
-
Simple Podcasting
Active Installs: 200+