Title: shortcode, php
Last modified: May 12, 2018

---

# shortcode, php

 *  [arxon978](https://wordpress.org/support/users/arxon978/)
 * (@arxon978)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/shortcode-php-2/)
 * Thank you very much for useful plugin. I used it at a separate page, but now 
   I would like to insert it on the product page.
    I found file, to where I should
   put the code in – short-description.php. But shortcode [front-end-pm] doesn’t
   work! <?php echo do_shortcode(‘[front-end-pm]’); ?> PLEASE, check the code below.
 *     ```
       <?php
       /*
       @version 4.0.0
       */
   
       if(!defined('ABSPATH')) {
           exit;
       }
       global $product;
       global $post;
       ?>
       <span class="itnz"><?php if ( $product->backorders_allowed() == '1' and $product->get_stock_quantity() == '0' ) { echo 'ИЗГОТОВЛЕНИЕ ТОЛЬКО НА ЗАКАЗ!'; }//Проверяю доступность заказа и оставшееся кол-во - 02.05.2018 ?></span>
       <div class="item-details">
       	<?php the_content(); ?>
       </div>
       <?php echo do_shortcode('[front-end-pm]'); ?>
       ```
   
    -  This topic was modified 8 years, 1 month ago by [Jan Dembowski](https://wordpress.org/support/users/jdembowski/).
      Reason: Fixed formatting
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fshortcode-php-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Shamim Hasan](https://wordpress.org/support/users/shamim51/)
 * (@shamim51)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/shortcode-php-2/#post-10258218)
 * I do not see any issue in your code.
 *  Thread Starter [arxon978](https://wordpress.org/support/users/arxon978/)
 * (@arxon978)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/shortcode-php-2/#post-10258364)
 * <?php echo do_shortcode(‘[front-end-pm]’); ?>
 * so, you don’t know why it doesn’t work?
 *  Plugin Author [Shamim Hasan](https://wordpress.org/support/users/shamim51/)
 * (@shamim51)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/shortcode-php-2/#post-10259268)
 * I do not see any issue here. So your problem may be somewhere else.
    What is 
   not working? Doesn’t it show anything?
 *  Thread Starter [arxon978](https://wordpress.org/support/users/arxon978/)
 * (@arxon978)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/shortcode-php-2/#post-10259984)
 * shortcode [front-end-pm] is visible as a text.
    Look here: [http://xn--80aaaob1al3acgo.xn--p1ai/%D0%B8%D0%B7%D0%B4%D0%B5%D0%BB%D0%B8%D1%8F/%D1%88%D0%B0%D0%BF%D0%BA%D0%B0-6/](http://xn--80aaaob1al3acgo.xn--p1ai/%D0%B8%D0%B7%D0%B4%D0%B5%D0%BB%D0%B8%D1%8F/%D1%88%D0%B0%D0%BF%D0%BA%D0%B0-6/)
 * I uploaded the file short-description.php to google drive
    [https://drive.google.com/file/d/17bDfODmVt4CkVKh5-hJzL77cnsF29CxK/view?usp=sharing](https://drive.google.com/file/d/17bDfODmVt4CkVKh5-hJzL77cnsF29CxK/view?usp=sharing)
 * I have no idea what may be wrong (
 *  Plugin Author [Shamim Hasan](https://wordpress.org/support/users/shamim51/)
 * (@shamim51)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/shortcode-php-2/#post-10260912)
 * I do not see any issue in your code. Issue may be somewhere else.
    You can ask
   other plugin developer (which plugin have short-description.php) if they have
   any clue.

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

The topic ‘shortcode, php’ is closed to new replies.

 * ![](https://ps.w.org/front-end-pm/assets/icon-256x256.gif?rev=2309447)
 * [Front End PM](https://wordpress.org/plugins/front-end-pm/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/front-end-pm/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/front-end-pm/)
 * [Active Topics](https://wordpress.org/support/plugin/front-end-pm/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/front-end-pm/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/front-end-pm/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Shamim Hasan](https://wordpress.org/support/users/shamim51/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/shortcode-php-2/#post-10260912)
 * Status: not resolved