Hi Guys,
I'm using xmlrpc_encode_request() this method in Drupal 7 and now I migrated my site to Drupal 9 and I want to use this method. How to use the same ?
I'm using like this:
I'm upgrading my theme and I use a combination of Paragraphs module and an Image Field. Previously, I had a function to get the default image. $field_name is the `field_image`:
I need some inspiration/advice on which way to go further.
Site: a free site for shrinks. In return I want members to paste an iframe on their personal site (SEO-shizzles, you know)
Target : (authenticated) member has a personal iframe available (content includes their name and the link links to their personal page (view) on my site)
EDIT: Sorry if this is a simple question, I've been out of Drupal since D7 !!