Question
so I'm working on on a WordPress site, but I want to pull a graph from another site. However, I need to be logged into the website in order to view the graphs/data. I'm very new to web development; this is a side project I am working on with another newbie in my company. I have some experi
0
Jerome Ariola 3 years 0 Answers 56 views

Question
Hello I have a metabox field called name this returns an iframe that I have placed but it returns all the code of the iframe and it was not executed. What is missing in my code to show it in the frontend? $maintitlet = get_post_meta( get_the_ID(), 'name', true ); echo $maintitle;
0
, , Stymark 3 years 0 Answers 63 views

Question
I'm a beginner to WP development, I'm editing a plugin to add third-party payment gateway when i did the same code in normal php files i didn't had any error and it worked yet in WP cURL didn't follow redirect so i sent it to the front end to show it in IFrame and it works fine and shows the one
0
, , , omarhabeh 3 years 0 Answers 146 views

Question
I'm using Thickbox with the following code: function fnctn_add_thickbox () { add_thickbox(); } add_action ( 'wp_enqueue_scripts','fnctn_add_thickbox' ); The problem is that to use the Thickbox I'll have to enable an iframe. I don't need an iframe and I find it
0
, 21321312 3 years 0 Answers 85 views

Question
Is there a way on current wordpress versions (5.2..), to turn of the automatic embed links(wp-embed.min.js), that will turn an url into an iframe? I have tried plugins, snippets, functions.php ... it seams that none of them work anymore for wp latest versions.
0
, , Fernando Souza 4 years 0 Answers 95 views