show the custom file content as a shot code using the file attr in shortcode

PHOTO EMBED

Fri Sep 22 2023 16:14:54 GMT+0000 (Coordinated Universal Time)

Saved by @Bh@e_LoG


// Match Fixture
    function all_forms($atts) { 
      extract( shortcode_atts( array(
        'file' => ''
      ), $atts ) );
      
      if ($file!='')
        return @file_get_contents($file);
    } 
    // register shortcode
    add_shortcode('all_forms', 'all_forms'); 
content_copyCOPY

https://136.243.17.39:2083/cpsess8235978670/frontend/jupiter/filemanager/editit.html?file