• Hello!

    It is possible to add button text in short code, instead of admin page?

    I mean something like this?

    <?php echo do_shortcode( ‘[favorite_button text=”my text”]’ ); ?>

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter arturspaipals

    (@arturspaipals)

    Still no solution found 🙁

    Hi,
    Since two weeks, I am testing the plugin.
    The solution i’ve found in order to update the text of [Favorite_Button] is to change value in database, table “wp_options”, attribute option_name “simplefavorites_display” whom option_value contains JSON format with two interesting keys :
    s:10:”buttontext”;s:55:”Add to my favorites <i class=”sf-icon-wishlist”></i>”;
    s:19:”buttontextfavorited”;s:55:”Remove from my favorites <i class=”sf-icon-wishlist”></i>”;
    Best regards,
    Christophe.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Favorite button text?’ is closed to new replies.