- A standardized, organized, object-oriented foundation for building high-quality WordPress Plugins
- A project to train about Wordpress Hooks, Actions and Filters
If you like this plugin please support me a coffee (https://www.patreon.com/donaldit) or need implement a plugin contact donald.nguyen.it@gmail.com
Install package to check Wordpress standard:
composer install
Get all errors of the project:
vendor/bin/phpcs --standard=WordPress .
Fix all errors of the project:
vendor/bin/phpcbf --standard=WordPress .
or fix manually
- Create a page admin setting parameters
Learn hooks:
hook taxonomy
. Created new taxonomy and add to post refsclass-toxonomy.php
hook category
. Created custom field and show on list refsclass-category.php
hook posttype
. Created new posttype refsclass-post.php
hook meta_box_cb
. Created multi dropdown as child parent and use ajax change list of childs refsscripts.js
andclass-real-estate-ajax.php
-
- I want to add custom field to category and show on list in admin
-
- I want to add new post type
-
- I want to add custom taxonomy and add custom field to this one
-
- I want to add meta box when add/edit custom post type
-
- I want to add new filter in list post type
-
- I want to create command to execute on terminal
- and more ...
Other I created wp cmd to import sample data to testing
wp wds run_migrate
- Create new real estate post by location, price, category, type...
- Create filter on list of real estate by location, price, category on admin
- Create tag by conjunction between location, category
- Can add multi images
- Create new template detail of real estate type
- Auto post to fanpage, zalo
- Auto post to batdongsan website
- Peformance images
Run command to import sample data
wp wds run_migrate
The WordPress Plugin Real Estate OS is licensed under the GPL v2 or later.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
A copy of the license is included in the root of the plugin’s directory. The file is named LICENSE
.
The WordPress Plugin Real Estate OS is licensed under the GPL v2 or later; however, if you opt to use third-party code that is not compatible with v2, then you may need to switch to using code that is GPL v3 compatible.
For reference, here's a discussion that covers the Apache 2.0 License used by Bootstrap.
Note that if you include your own classes, or third-party libraries, there are three locations in which said files may go:
includes
is where functionality where you can put all your admin code, custom classes.assets
is where you can add your site assets i.e images, js, css.temlates
is for all view templates.
If you’re interested in custom plugin development or website customization please contact us. donald.nguyen.it@gmail.com