Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Matt Jaworski

    (@jaworskimatt)

    @damian, thanks for the interest in hooking into PeepSo! We will add a new action in that area for you in the upcoming version 1.6.2:

    peepso_after_login_form

    If you want to play with it now, modify these two files:

    templates/general/login.php
    templates/widgets/me.tpl.php

    Add the action just above the WSL if() statement:

    do_action('peepso_after_login_form');
    if( 1 === PeepSo::get_option('wsl_enable',0)) { ?>

    I tested with some dummy HTML it and this is where the action renders:

    https://www.dropbox.com/s/5yue4753617126l/Screenshot%202016-07-21%2010.50.16.png?dl=0

    Thread Starter Damian

    (@timersys)

    Thanks Matt and nice to meet you.

    Plugin Contributor Matt Jaworski

    (@jaworskimatt)

    Nice to meet you too 🙂 If you have any other ideas of integrating with PeepSo, I am all ears. You have quite a bunch of nice plugins 🙂

    Plugin Author PeepSo, Inc.

    (@peepso)

    Hi Damian,

    I’ve sent you a message via your site about tighter integration between our plugins. Hopefully, we’ll be able to create something great together 🙂

    Kindest regards,
    Eric Tracz
    PeepSo.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can you add some action hooks?’ is closed to new replies.