WP Basic Crud

تفصیل

This plugin creates a “Contacts List” based on WordPress WP_List_Table with database CRUD (Create, Read, Update, Delete) operations for plugin development.
The plugin creates a list with Name, Last Name, E-mail, Phone, Address and Notes.
Address and Notes have a maximum of 250 characters.

There are several great reasons to display your data in a list table like these:
1.Stays true to the WordPress core UI
2.Requires zero custom CSS
3.Takes less time to create than custom interfaces

For more information, please visit the WP_List_Tables page in the WordPress Codex.

سکرین شاٹاں

  • Contacts List Table
  • Add new Contact
  • Edit Contact

انسٹال کرݨ

  1. Upload the plugin folder into to the ‘/wp-content/plugins/’ directory
  2. Activate the plugin through the \’Plugins\’ menu in WordPress
  3. The plugin creates an men in admin \’Contacts\’
  4. Click on admin / Contacts.

ہرہک دے سوال

Is there any configuration require for this plugin?
No

Is all features of this plugin completely free?
Yes

ریویو

دسمبر 19, 2019
I've installed this plugin and customized it to suit my needs. It is a great starter for making your own forms and tables.
جون 25, 2019
The count function throws an error when record is deleted. Warning: count(): Parameter must be an array or an object that implements Countable in wp-content\plugins\wp-basic-crud\wp-basic-crud.php on line 254
سارے 2 ریویو پڑھو

Contributors & Developers

“WP Basic Crud” is open source software. The following people have contributed to this plugin.

حصہ پاوݨ آلے

“WP Basic Crud” دا آپݨی زبان وچ ترجمہ کرو۔

ڈیویلپمنٹ وچ دلچسپی ہے؟

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

تبدیلی لاگ

2.1.3

Add Uninstall

2.1.2

Modified phone fields

2.1.1

Modifications in the texts to be translated

2.0

Changed CSS

2.0

Changed view columns
Change form design
Added new fields:
Company
Web
Second Email
Second Phone
Job Title

1.1.0

Update for WordPress 5.0

1.0.1

Update the form view.

1.0

  • First Version