Raptive Affiliate Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
This plugin inserts/updates the affiliate links for ingredients created by the WordPress Recipe Maker plugin
Local Compiling
npm install
npx mix
Local Testing
Make sure docker is running.
cd raptive-affiliate/
wp-env start
(“sudo npm -g install @wordpress/env” if wp-env is not installed)
Visit http://localhost:8888/wp-admin for the admin pages.
To connect to the MySql database, record the output after wp-env start, they should look like this:
WordPress development site started at http://localhost:8888/
WordPress test site started at http://localhost:8889/
MySQL is listening on port 60921
MySQL for automated testing is listening on port 60926
Download and install beekeeper studio (or other MySql client) for mac
then connect using the following credentials
Host: 127.0.0.1
Username: root
Password: password
Database: wordpress
Port: {MYSQL_PORT_NUMBER such as 60921}
For more details, https://github.com/WordPress/gutenberg/blob/trunk/docs/contributors/code/getting-started-with-code-contribution.md#accessing-the-mysql-database
Screenshots
No screenshots provided