get_option() from another wordpress site

You can use this function: get_blog_option
https://codex.wordpress.org/Function_Reference/get_blog_option

Use get_sites function to retrieve blogs ID from your site.

Leave a Comment