Title: use shortcode or function in php
Last modified: August 22, 2016

---

# use shortcode or function in php

 *  Resolved [wellington.cs](https://wordpress.org/support/users/wellingtoncs/)
 * (@wellingtoncs)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/use-shortcode-or-function-in-php/)
 * shordcode or want to use a function in php to display the gallery;
 * example:
 * shordcode -> [youtybe-slide]
    function in php -> if (function_exists (‘ycs_show’))
   echo ycs_show ();
 * How would foogallery with:
 * shordcode -> [foogallery id = “1”]
    function in php -> ????
 * Como devo fazer para pararecer uma galeria no script php???
 * [https://wordpress.org/plugins/foogallery/](https://wordpress.org/plugins/foogallery/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [bradvin](https://wordpress.org/support/users/bradvin/)
 * (@bradvin)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/use-shortcode-or-function-in-php/#post-5393540)
 * Hi,
 * This will be included in the next version. Doing the following will output a 
   gallery using a php function:
 * `if ( function_exists('foogallery_render_gallery')) { foogallery_render_gallery(
   1107); }`
 *  Thread Starter [wellington.cs](https://wordpress.org/support/users/wellingtoncs/)
 * (@wellingtoncs)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/use-shortcode-or-function-in-php/#post-5393541)
 * ok, thank’s

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘use shortcode or function in php’ is closed to new replies.

 * ![](https://ps.w.org/foogallery/assets/icon-256x256.gif?rev=2602542)
 * [Photo Gallery by FooGallery : Responsive Image Gallery, Masonry Gallery & Carousel](https://wordpress.org/plugins/foogallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/foogallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/foogallery/)
 * [Active Topics](https://wordpress.org/support/plugin/foogallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/foogallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/foogallery/reviews/)

## Tags

 * [function](https://wordpress.org/support/topic-tag/function/)
 * [php](https://wordpress.org/support/topic-tag/php/)
 * [shordcode](https://wordpress.org/support/topic-tag/shordcode/)

 * 2 replies
 * 2 participants
 * Last reply from: [wellington.cs](https://wordpress.org/support/users/wellingtoncs/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/use-shortcode-or-function-in-php/#post-5393541)
 * Status: resolved