The functionality (specifically the code) you are trying to track down will exist in /wp-content/plugins/{EventEspresso3Folder}/ and likely will NOT be named dt_intfc5228c10e15432.
It’s going to be a dynamically generated page likely created using add_menu_page() or add_submenu_page() some where in the source code of that plugin.
I haven’t used that plugin before so I can’t provide exact paths but the method I’ve described is the WordPress model most plugins follow. If you start searching the plugin code for those helpers it should help you track down the underlying functionality you are looking for.
Related Posts:
- how to get page id of a page using page slug
- How to set and use global variables? Or why not to use them at all
- How exactly do automatic updates work?
- How to stop form resubmission on page refresh
- What is in media-template.php, and how does it work?
- Is it possible to disable a function of a parent theme?
- Create Image Uploader for Widget
- WordPress Ajax always returns a 404 error
- Displaying a variable stored in functions.php inside widget
- Custom Meta Field – Youtube embed
- How to get the ID of an item in an audio playlist?
- Add footer.php to WordPress child theme
- Passing a shortcode attribute to a sub-function
- how to display active, upcoming and past event with featured listing with pagination
- JS completely stopped loading but Files are found
- Insert post without actions/hooks
- Restrict WordPress File Type Uploads by User Type
- How to get all existing post types
- phpMyAdmin displays error when importing database
- Setting up 2 SMTP accounts: 1 for wordpress and 1 for woocommerce
- Function set default image when image not present
- How to pass arguments to add_action() or retrieve return value of called function?
- Displaying the last post on static homepage
- Using foreach loop breaks
- Add child pages of parent to navbar PHP
- Get WordPress Category ID from a URL string
- How to remove the cufon script from Dzonia Lite theme [closed]
- WordPress plugin for nicer looking slugs? Have multiple pages named the same but they get different slugs
- Showing a different gallery in a seperate post
- How to put “Read more” link in Custom Excerpt inside p tag?
- WordPress Shortcodes.. printf is outputting a random number… Can’t figure out WHY?
- Remove metabox from WordPress menu editor page?
- Ajax request returns ‘Array’. How to output the actual results?
- subdirectory index.php is not working
- Get users that likes the post
- wordpress visual composer change grid builder post link
- My php header() function is not working [closed]
- PHP array to JS array to use in google map
- Form Security: nonce vs. jQuery
- meaning of (array)function()
- Normal PHP array for exclude section of WordPress query?
- Buddypress update user avatar image via REST
- Accessing $post after PHP is executed
- Can a page contain php code?
- Last class on last headline?
- How to Change CSS Colors from Custom Plugin Settings Page
- How to relocate paypal button gateway on checkout page in woocommerce
- Passing the name of selected color from the custom component to `render_callback`
- your php installation be missing the MySQL extension WordPress CPANEL [closed]
- Admin submenu issue with PHP not detecting two strings as equal
- WordPress mod_rewrite not working on php fpm
- How do I pull information from one wordpress backend into another? [closed]
- Adding data to custom wordpress database table
- Change Spaces to Dashes?
- How to add videos on my home page slider?
- select a single val though a table in wordpress
- WordPress database html table with pagination
- How can I enter on the Thank you page in woocommerce the discount code I assigned to the product category?
- PHP inside echo HTML
- Prepend to all image URLs with PHP, only for mobile devices
- Filter ‘comment_notification_text’ not working
- Force REST API Authentication for each request method
- How do I check if a product is in two categories?
- oceanwp+woo mobile cart sidebar text
- Check if current post in loop is last on current page
- wordpress contact form messages not sending although it saying they were sent successfully with this php code
- Find out div class
- Add a top bar to a wordpress theme without editing the header.php file?
- Using a PHP form, get the page title or any other element in the sent e-mail
- Custom field in PHP file
- How do I fix Undefined variable using $_POST in function?
- Check the database for a postmeta field
- Random code snippet showing up in browser
- Editing the term_order field
- How to display dual language menus and headers?
- Help hooking into user_register
- Same Server, Same PHP, One Site Doesn’t Work [closed]
- How to create a sub-page of sub-page?
- Featured Products not showing up in “Featured” area of homepage
- How to hide the Duplicate taxonomy values in WordPress?
- How can I include tags in wordpress search without a plugin
- Retrieve $_POST data to send to javascript without using localize script
- Search bar for page that searches only particular page IDs
- Adding theme strings to .PO file
- If Month=Particular month display content [closed]
- How to exclude post from being queried based on custom meta value
- Name Input from widget displays Sidebar name instead of saved data
- WordPress – show number of comments for each post in widget
- WP_Nav Highlight Parent Issue
- What is this mark for “? function()” [closed]
- wordpress.org disallowing my plugin becuase of loading core files in cron cpanel file
- WordPress White Screen Error
- How to fix wordpress after update to php 8.1?
- How to translate the blog date in the Avada theme [closed]
- Can php warnings cause an Internal Server Error?
- Set post to draft if matching word is found in the post
- Warning: filemtime(): stat failed for wp_
- How to transfer session after being redirected to other page
- Keep users logged in Without Remember Me
- how to display tables via ajax