We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
If you want to use the collection of blogs which created the plugin in your functions (and filters) you can write code like this:
function my_print_something() { foreach ( MslsBlogCollection::instance()->get() as $blog ) { printf( '' $blog->get_language() ); } } add_action( 'wp_head', 'my_print_something' );
The above code prints the link references to your blogs in all html headers of the frontend output.
Read on here: