ajouve
Forum Replies Created
-
Hi,
Same issue for meFatal error: Uncaught Error: Call to a member function is_expired() on null in /usr/share/wordpress/wp-content/plugins/instagram-feed/inc/class-sb-instagram-feed.php:242
Code is the following
$database_settings = sbi_get_database_settings(); $instagram_feed_settings = new SB_Instagram_Settings([], $database_settings); $instagram_feed_settings->set_feed_type_and_terms(); $instagram_feed_settings->set_transient_name(); $instagram_feed = new SB_Instagram_Feed($instagram_feed_settings->get_transient_name()); $settings = $instagram_feed_settings->get_settings(); $feed_type_and_terms = $instagram_feed_settings->get_feed_type_and_terms(); if ($instagram_feed->regular_cache_exists()) {...}
In the source I only have a comment <!– wp:wpforms/form-selector {“formId”:”269″} /–> but nothing else
Forum: Plugins
In reply to: [WooCommerce] Add or update cart quantity threw apiI did an ugly fix adding
WC()->cart->get_cart();
at the end ofloadCart
function.Seems that the cart was not really initialized this is why product where not added.
For example if I send two product only the second one was added. Seems that something was not set up and
WC()
need an extra time or init callGreat,
Thanks a lot !
Thanks
But do you have a documentation about php function I can use
I would like for example to get the 5 last posts in a php array
Thanks
Forum: Plugins
In reply to: [WooCommerce] Link stripe payments with apiThanks a lot
Do you hava an example for the api ?
Which field is related to stripe when I am creating or updating an order ?