Tamara M

Results 8 comments of Tamara M

I am using it within my plugin without issues, simply using the plugins_loaded hook to do require_once( 'vendor/autoload.php' ); \Carbon_Fields\Carbon_Fields::boot();

@thezacharytaylor not adding a shortcode from this particular plugin, but I do save and get saved theme_options normally. I'm loading this from a namespaced class, FWIW If you need help...

The Shop page is actually a Taxonomy Archive for Products, which is perhaps why passing the page ID does not work.

@tricore-dev11 Hi. Have the exact same problem here after upgrading ElasticSearch to 7.5 and ElasticPress to 3.3 to make use of ES 7.5 With ElasticPress 3.3 and ElasticSearch 5.6 it...

@brandwaffle Replying on the other issue as well, but sorry to say this is not the issue we are having although it's true this plugin as it is here doesn't...

@grossherr If you like you can update your plugin for ElasticPress 3 ``` /** * Load Elasticseach PHP Client */ require 'vendor/autoload.php'; /** * Init Elasticsearch PHP Client */ use...

I am testing this again for a new project after a long time and came across an issue in the composer file now running PHP 8.xx For this test, I...

Working on creating a v1 of a settings page