Skip to content

Instantly share code, notes, and snippets.

@wal-f
wal-f / access-to-elementor-form-submissions.php
Last active March 11, 2025 14:15
A method to provide full management of form submissions to less-privileged WP roles.
<?php
/*
Plugin Name: Elementor form submission access
Description: Promotes the Elementor Pro form submissions page to top level, and bypasses the excessive and inflexible restrictions on access.
Version: 2.0.0
Author: Some netizen
Update URI: do-not-auto-update
*/
namespace Elementor\Core\Admin\Menu;
@askwpgirl
askwpgirl / functions.php
Created February 15, 2021 20:00
Show Elementor Posts after today's date for events using ACF date field
<?php
//Info about custom query filters:
//https://developers.elementor.com/custom-query-filter/ combined with
// https://www.advancedcustomfields.com/resources/date-time-picker/
// The query ID goes in the Elementor Query under the Query area of the post list widget (see screenshot).