Title: aryad's Replies | WordPress.org

---

# aryad

  [  ](https://wordpress.org/support/users/aryad/)

 *   [Profile](https://wordpress.org/support/users/aryad/)
 *   [Topics Started](https://wordpress.org/support/users/aryad/topics/)
 *   [Replies Created](https://wordpress.org/support/users/aryad/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/aryad/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/aryad/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/aryad/engagements/)
 *   [Favorites](https://wordpress.org/support/users/aryad/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LearnPress - WordPress LMS Plugin for Create and Sell Online Courses] Order Number on Learnpress Certificate with Custom shortcode not showing](https://wordpress.org/support/topic/learnpress-certificate-custom-shortcode-not-showing/)
 *  [aryad](https://wordpress.org/support/users/aryad/)
 * (@aryad)
 * [11 months, 2 weeks ago](https://wordpress.org/support/topic/learnpress-certificate-custom-shortcode-not-showing/#post-18484877)
 * [@interzone2](https://wordpress.org/support/users/interzone2/) [@xlordh](https://wordpress.org/support/users/xlordh/)
   it doesn’t work in the new update version 4.2.8.5. Everything changed.
 * The line:
 * **add_action( ‘init’, array( $this, ‘plugins_loaded’ ), – 10 );**
 * has change to:
 * **add_action( ‘init’, [ $this, ‘lp_main_handle’ ], – 1000 );**
 * by the developer.
 * I have no idea how to fix it. Please help. The order number back to 00000000 
   in this version.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LearnPress - WordPress LMS Plugin for Create and Sell Online Courses] Order Number on Learnpress Certificate with Custom shortcode not showing](https://wordpress.org/support/topic/learnpress-certificate-custom-shortcode-not-showing/)
 *  [aryad](https://wordpress.org/support/users/aryad/)
 * (@aryad)
 * [11 months, 2 weeks ago](https://wordpress.org/support/topic/learnpress-certificate-custom-shortcode-not-showing/#post-18484714)
 * [@interzone2](https://wordpress.org/support/users/interzone2/) [@xlordh](https://wordpress.org/support/users/xlordh/)
   it doesn’t work in the new update version 4.2.8.5. Everything changed.
 * The add_action(‘plugins_loaded, array($this, ‘plugins_loaded’),-10);
 * change to:
 * add_action( ‘init’, [ $this, ‘lp_main_handle’ ], – 1000 );
 * I have no idea how to fix it. Please help. The order number back to 00000000 
   in this version.

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