I think I have found the answer to my question, the audience in case it might be of help to someone else:
$risultato = maybe_unserialize(get_option('titb_flc_options'));
echo $risultato['titb_flc_url'];
Related Posts:
- Store and Work with huge array in WP [closed]
- Filtering a Database Query
- save array of objects with update_option
- database sent to a JSON file
- inserting a post from an extern php file but post content doesn’t show on wp site
- Error: options page not found
- Using custom tables for old posts
- How to store options in an array
- Databases – Submitting data from inputs to database [closed]
- how to update and display an option without reloading the page
- db converts decimal number wrong
- Saving plugin settings – ERROR: options page not found
- Not connecting to database in file with multiple MySQL connections
- Security for data obtained from the database
- Pull GetOption() variable into jQuery dynamically created html
- Display Data in Table from External Database in WP using Shortcodes
- Is it best to avoid using $wpdb for security issues?
- How can I import an excel column into wordpress database?
- Blob file download problem
- WordPress Block developer from exporting Database via PHP
- How to retrieve the data from the sever and displaying it in a page?
- Is a series of update_option calls safe, performance wise?
- wp-options keep crashing please help
- WP_OPTIONS table, active_plugins entry [closed]
- Execute a function every hour in the background
- Create page with custom php script and fetched data
- Warning: Illegal string offset on theme options page [closed]
- wpdb prepare insert table doesn’t work
- Should I use WordPress to skin a database website?
- How do I display offsite database info on my wordpress site?
- Creating Database Table vs. Adding MetaData to Post & User
- Link blogname and blogdescription to the Options Framework
- Make Database query only when option is updated
- retain querystring values when savincustom options in admin
- WordPress and MySQL: trying to print data using PHP from user_meta custom field data
- Building a REST API for your web app exposes primary keys of DB records?
- Most commented posts by time period (last 12h, last 24h and etc)
- How to Change CSS Colors from Custom Plugin Settings Page
- Decimal values via get_option() with custom local (decimal point = comma)
- Saving data from custom form in wordpress database
- How can I find the cause of a 500 server error?
- I can’t update my data through $wpdb
- wpdb Cannot Update column in Database
- Can’t successfully check if post with title exist in database
- Cant connect to database with php 7.3
- How to show every second user different types of banners?
- Lost in trying to create user database system
- Delete database record using plugin from admin panel
- How to get image from url from the database?
- Set default Database Storage Engine when creating tables with plugins?
- Wpdb get->results to out the the month from the db
- Filter results from a serialized string to use on statistics
- How to add data to a custom field at the wp_users table?
- Creating custom page template from existing PHP site
- wordpress site – using custom database and PHP
- Get wp_current_user_id using PHP and MySQL
- WordPress language switcher doesn’t work
- WPDB – Read and write value from / to database
- How do I make this Metabox show current DB value?
- How to Generate a list of Most Commented post?
- Why when I create a new post I found 2 record related to this post into the posts database table?
- Adding data to custom wordpress database table
- phpMyAdmin error #1062 – Duplicate entry ‘1’ for key ‘PRIMARY’
- Add row to custom database Table and delete all rows older than 1 day
- select a single val though a table in wordpress
- Get value from db for custom contact form
- Display random image url from list of input values
- Page Options Saving But Not Updating In Backend
- SQL error with custom query
- Add a custom WooCommerce settings tab with sections
- Unserialize Custom Field & Save as Multiple Rows in WordPress Database
- Add posts to custom table in database instead of wp_posts
- What’s wrong in my PHP code? I’m using WordPress Astra Theme and I can’t insert data into my SQL
- Using PHP Code Snippets to query a database, $dbconnection->get_results is outputting nothing
- Tracking Visitor LatLng with WordPress using JS, PHP. How to put data which was extract using JS into DB
- Database entry removed on browser refresh, Ajax PHP jQuery
- Please help! I have a problem with getting wordpress databas
- Change wordpress’ database data using ajax – how to get current user id?
- Error establishing a database connection (Set-up locally)
- $_POST returning empty values
- Set all WooCommerce Products to Simple, Virtual & Downloadable
- How to send custom form submissions to WordPress Database?
- add role on WordPress in PHP on a second database
- Create a new account on site B with data from the purchase of site A
- How to search order using database frontend short code WordPress
- Limiting posts based on nested meta_query
- Submiting with problems on one of the options php wprdpress
- Preserving backslashes in post_content
- How to make a pagination with dropdown selection?
- PHP Warning: mysqli_query(): after updating my websites php from 5.6 to 7.2
- Error establishing a database connection (configuration)
- No more get_option(‘date_time’) in WordPress 5.5?
- wp_update_post gives 500 internal error
- Confuse between forms and tables
- code that I can run, or a plug in to show what sql tables something pulls information from
- Adding column to wpex_users
- Unable to insert two value in two different columns (WordPress database)
- Retrieving and Displaying Data From a Table
- Using wpdb to connect to a different database is not working
- why not selecting multiple rows of same standard_id using SQL query from database?