Your cart is currently empty!

Let’s talk about your project and how it aligns with your business strategy.
Here is the PHP code for updating JetEgine custom post type $cct_slug = “test”; // Name of the Custom Content Type. Don’t add “jet-cct-“ as JetEngine will add it by default. $cct_id = 10; //The ID of the Custom Content Type item you want to update $content_type = Jet_EngineModulesCustom_Content_TypesModule::instance()->manager->get_content_types( $cct_slug ); $new_data = [ “metafield1″…