WordPress and buddypress programming

display any text shortcode

Viewing 0 reply threads
  • Author
    Posts
    • #1287
      michael mc
      Keymaster
      @michael

      Example: In functions, you need to implement it as follows:

      function simple_function_1() {
          return "Hello World!";
      }
        
      add_shortcode( 'own_shortcode1', 'simple_function_1' );

      In post/page:

      [own_shortcode1]

Viewing 0 reply threads
  • You must be logged in to reply to this topic.