replace the first line on this
include(get_template_directory() . '/inc/email_templates/quote.php');
when accessing a file, use the absolute path, not the uri
Related Posts:
- What is the advantage of using wp_mail?
- wp_mail not recognizing cc and bcc headers
- wp_mail() headers multipart/alternative
- Using wp_mail to send email?
- How to show comments from different Plugins to same post type?
- Autoloading & Namespaces in WordPress Plugins & Themes: Can it Work?
- What process do you use for WordPress development? [closed]
- Should Plugin Folders Include a Blank index.php File?
- Where to store PHP files created by plugin / themes
- Should I create a theme or a plugin?
- Include third party Javascript library which is not included in WordPress
- Is there widely accepted phpDoc syntax for documenting which hook calls a function?
- Where do I start from
- WP 3.3 Tooltips API?
- Fatal error: Call to undefined function wp_mail()
- wp_remote_get doesn’t work with secure connections https?
- How do I Make a Theme “plugin-ready”?
- Authoritative answer on which boots first – Plugins or Themes?
- How to Add Font Awesome Icons to WordPress Menus?
- How to Add a .js file Only in one specific Page Dynamically to Head
- How to Use WordPress Color Picker API in Custom Post Type Metabox
- Custom theme sufficient or custom plugin neccessary for this feature set?
- How to use filter hook ‘post_updated_messages’ in coherence with action hook ‘save_post’
- How to create custom home page via plugin?
- How to debug WordPress correctly?
- Custom user profile, registration, login page with theme
- Featured Image not showing in admin
- Problem with `wp_mail()`
- What is better way to use Bootstrap inside admin panel?
- Whats the difference between blog_info(‘stylesheet_url’) difference get_stylesheet_uri()
- Paging on a future post loop?
- What for the tables ending with the meta used in database of wordpress?
- How to check if a stylesheet is already loaded?
- Problem with is_active_sidebar?
- Is Dreamweaver CS5 a serious choice for theme/plugin development?
- What allows a template file from plugin to be copied in child theme and overridden?
- WordPress security issue to output data from user input from theme option form
- Change template dynamically
- WordPress add_admin_page not working even parameters are correct?
- Customizer: widget-synced triggers twice
- Change the ‘published on’ text?
- WordPress is automatically linking plain text email addresses
- Get Current Menu Location inside Nav_Walker
- Howto: Use Custom Post Types as Submenu Items in Admin
- Extending theme PHP class in plugin
- How to access noticeOperations from withNotices
- How to get boolean value from register_meta properly?
- what is the difference between these phares?
- How to export post meta with images in wordpress
- Password field is empty when using wp_signon();
- How to limit number of number of categories displayed by categories widget
- Strange Situation When Try To Retrieve Github Gist Using wp_remote_get
- How to hide or rename “X” and “x-child” references in website source?
- How to Control CSS of Admin On Creating only a Specific Custom Post Type
- Template directory in plugin
- Issue on Setting $icon_url Parameter on WP add_menu_page()
- unable to wp_enqueue_script(‘suggest’);
- Drawing the line between theme & plugin on large scale bespoke projects
- Apply styles to blockquote element with the WYSIWYG editor
- How to add plugin options in wp editor page
- Gutenberg blocks error: Each child in a list should have a unique “key” prop
- Create fixed static pages
- Setting a post’s category
- rewrite_rules problem
- Why does website stretch and white space on load? [duplicate]
- Why my theme’s css not working on another site
- How to get the `comment_post_ID`?
- How to make premium plugin? I want to limit it until verification
- Google Web Core Vitals – management, how to in wordpress and advice
- How to add quick edit on the list of users to edit custom fields?
- Impossible to declare box-shadow with wp.customize?
- Override category archive page title (not the head title)
- 400 Bad Request and illegal invocation in wp_ajax based on processData set to false or true
- Rate limiting ajax requests in WordPress
- How to hide/remvoe unnecessary field/section in post edit section ( Dashboard )
- Scripts/styles not loading on cloned WP Site when logged in
- Is it possible to modify an Elated plugin portfolio-list template in such a way that it will not conflict with future plugin updates?
- Post Pagination does not working on WP-Query
- Woocommerce Custom Checkout
- Dynamic sidebar areas not working on the Theme Customizer
- Caption Shortcode: what filter to change the image size?
- Merge Codes using redux framework
- Issue on Getting Images URL of the Post Gallery
- Best practice: What belongs in theme and what in plugin for large eCommerce website
- variable created in page.php is null inside of header.php
- Issue on Getting WP Gallery Items In cpt-single.php As Attachments
- Adding class to the parent of current-post-ancestor / current-menu-parent / current-post-parent
- Updating Style From WP Options Setting Page
- Create and style menu
- append code after the_content not working
- Problem with Poedit [closed]
- Is Explicit Versioning a better alternative to Semantic Versioning for wordpress?
- How to get the value entered in the input field in wordpres
- How are themes and plugins localized using the gettext GNU framework?
- Theme, Plugin or Both?
- Hook a search form anywhere on the site, using a custom plugin
- Why isn’t custom sidebar panel not showing up in the Gutenberg Editor?
- useBlockProps() nests wrapper with class name inside block wrapper in the editor
- Resending woo-commerce order emails from frontend
- WordPress Block with Interactivity API e Preact Component