<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://wiki.edmc73.com/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>EDMC73.com - devweb:cms:wordpress</title>
        <description></description>
        <link>http://wiki.edmc73.com/</link>
        <lastBuildDate>Tue, 02 Jun 2026 04:45:55 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>http://wiki.edmc73.com/_media/logo.png</url>
            <title>EDMC73.com</title>
            <link>http://wiki.edmc73.com/</link>
        </image>
        <item>
            <title>Shortcode</title>
            <link>http://wiki.edmc73.com/devweb/cms/wordpress/shortcode?rev=1678226871&amp;do=diff</link>
            <description>Shortcode

---  source: &lt;https://wp-tutorials.tech/add-functionality/access-a-rest-api-from-wordpress/&gt; 


&lt;?php

// If this file is called directly, abort.
defined(&#039;WPINC&#039;) || die();

function do_shortcode_MONSHORTCODE($atts) {
    $html = &#039;&lt;div id=&quot;#info_societaire&quot;&gt;&#039;;
    if (is_admin()) {
        // ...
    } elseif (wp_doing_ajax()) {
        // ...
    } else {
        // Parse the shortcode&#039;s options.
        $args = shortcode_atts(
            array(
                // &#039;ipsum&#039; =&gt; &#039;&#039;,
   …</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 07 Mar 2023 22:07:51 +0000</pubDate>
        </item>
    </channel>
</rss>
