|
||||||||
| Notices |
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
#1 |
|
Registered User
Join Date: Dec 2017
Posts: 88
|
What are the rules that you have to follow for wordpress plugin development?
What are the rules that you have to follow for wordpress plugin development?
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. , To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. , To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. , To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. , To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. , To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. , To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. , To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
|
|
|
|
|
#2 |
|
Registered User
Join Date: Feb 2016
Posts: 1,267
|
In creating a WordPress plug-in, the best practice and coding standards used in WordPress have to be adhered to so that the plug-in can be secure, high-performing, and compatible. The name of the plugin must be unique as well as it must have the correct file structure with the main plugin file having the necessary information in the header. WordPress hooks (actions and filters) should be used by the developers, and all the code has to be developed using WordPress APIs to access the database, work with files and manage settings. To avoid security vulnerabilities, user input needs to be properly sanitized and validated and the output should be escaped.
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| What are the rules that you have to follow for wordpress plugin development? | designpluzindia | Wordpress Themes | 1 | 01-24-2026 09:26 AM |