version: 0.0.2 created by: thinhnp Feature branch naming: id1_id2_short_description Example: we are working on the ticket https://app.asana.com/0/1109283885440521/1124456729867975, then our feature branch’s name must be 1109283885440521_1124456729867975_integrate_waveplayer Title: [ref: asana_link] Short informative summary of the pull request. Example: [ref: https://app.asana.com/0/inbox/383835211172805/1123352055492054/1123358557176038] In protected pages/posts, it shows two password forms. Description:What does this PR do?How should this be manually…
Blog
Ymese Pull Request Convention
Ymese Developer Common Bugs
Motivation This article will list down all the common bugs we met during the WordPress plugin development time. Input validation and notification message _ Required values _ Special characters: /, \ _ Input that pass data to .htaccess _ Min, max value _ Uniform notification message and position (client side) => Solution: use the sample…
Dropbox Shared Link Solution
Motivation: creating Dropbox shared private links with the expiry time Problems: file on Dropbox only has one valid shared private link Solution: a. Administrator While choosing the file for the downloadable WooCommerce product, Dropbox will generate a “direct” link type. There are two kinds of the link are “direct” and “preview”. (Link types – https://www.dropbox.com/developers/chooser)….
How to Create a Custom Login Form for Password Protect WordPress plugin?
Password Protect WordPress is one of the best plugins to apply authentication policies for WordPress website with the useful features. Besides that, it also offers us the ability to customize the Login Form. In this article, we’ll guide you the two easy ways to achieve it. Idea First of all, let’s have a look at…
How to configure Cross Origin Resource Sharing (CORS) on S3 Bucket?
After migrating our attachment files from WordPress to S3 bucket, we also need to update the CORS configuration for our bucket. This post will show you how to do it easily. First of all, you need to login to your AWS account and go to S3 dashboard. Next, go to our S3 bucket and click…
Protected: Ymese Newbie Guides
There is no excerpt because this is a protected post.
How to configure nginx on MAMP?
MAMP is one of best tool for WordPress developers where we can develop and test on both popular servers apache and Nginx. In this article, I want to share some experience while working with WordPress on Nginx server. 1. Where is Nginx conf file in MAMP? installationPath/conf/nginx/nginx.conf 2. How to configure Nginx for WordPress Permalinks?…