Libraries tagged by post data
webard/nova-table-card
1868 Downloads
Nova table card. Show your latest data (orders, posts,...) as card or data you prefer.
dytechltd/custom-table
6116 Downloads
Nova custom table card. Show your latest data (orders, posts, users...) as card or data you prefer.
davidwebca/acf-block-save-to-meta
11 Downloads
Adds a setting to ACF fields to allow saving the data to post meta.
sectsect/acf-repeater-field-query
25 Downloads
Modify the Query to multiple dates in a post For Advance Custom Field 'Repeater Field'.
dannyvanholten/wordpress-models
987 Downloads
Model to get Posts from the WordPress Database for the Themosis Framework
kustomer/webhook-integration
2322 Downloads
An extension that posts Magento/Adobe Commerce data to Kustomer via webhooks
elegantthemes/wpdbo
1228 Downloads
WordPress Database Objects - Work with posts and taxonomies, including queries and custom type registration, using OOP style.
tasmaniski/laminas-params-helper
127 Downloads
View Helper for reading data from $_GET, $_POST and Routes in view
uriweb/uri-ticks
660 Downloads
URI Ticks is a Wordpress plugin that creates custom posts, fields, and interaction for URI Tick Encounter data.
mesh-research/linked-open-profiles
2 Downloads
WordPress plugin for displaying data from the public scope of multiple ORCID profiles on pages, posts, and sites.
mediadreams/md-notifications
246 Downloads
Notify frontend users about the creation of new data records. Every data type can be configured easily, for example pages (blog posts) or tx_news records.
jcfrane/laravel-md-blog
337 Downloads
Write blog posts as markdown files with YAML front matter. No database, no CMS — just files and a clean query API.
tofers/instagram-post-info
26 Downloads
Getting data about a post on Instagram. Nickname, location, post date, number of likes, photo.
tfrommen/default-post-date
10 Downloads
Define an individual default post date that is to be used when adding a new post.
rapidwebltd/no-post-data-laravel-middleware
78 Downloads
Under certain conditions, when posting data from a form, the web server may lose the post data. This commonly happens if a user is uploading a large file beyond the size limits set in the web server's configuration. Laravel does not handle this situation and may end up throwing a somewhat confusing `TokenMismatchException in VerifyCsrfToken` due to CSRF protection. The 'No Post Data Laravel Middleware' handles situations in which a post request has been submitted and contains no post data - a situation which should not occur under normal usage. By default, the middleware will redirect back to the previous page with an error message flashed to the session. This can then be output on your view as you would normally handle validation errors. If needed, you can also modify this default behaviour and allow any code to run when the 'post request with no post data' situation is encountered.