Closed Gprotin closed 3 years ago
Hi, I managed to do it, but too messy to share ; ) Maybe that is something that you may consider to add. Thank you
I'll definitely look into it more. I assumed it would work regardless because the hooks should all be the same for including the scripts. Thank you for sharing your efforts before though. That'll give me a good "jumping off" point.
On Fri, Mar 5, 2021 at 2:01 AM Gprotin notifications@github.com wrote:
Hi, I managed to do it, but too messy to share ; ) Maybe that is something that you may consider to add. Thank you
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jeremyHixon/RationalOptionPages/issues/27#issuecomment-791203559, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAK6ZIO22KMREK72JPYMGS3TCB6WFANCNFSM4YSWX3FQ .
--
Jeremy Hixon WordPress and Web Developer
jeremy@jeremyhixon.com | jeremyhixon.com https://wpeng.in/jeremyhixon/
Outstanding WordPress Hosting
wpeng.in/jeremyhixon
Sorry didn't see the notification, i just made a Pull request
Merged https://github.com/jeremyHixon/RationalOptionPages/pull/28
Thank you.
Hi, I just had a nightmare dealing with localization, it turns out that even with :
php 'title' => __( 'Activate E-mail modification', 'text-domain' ),
the title is not translated.Is that normal or i am doing something wrong ?
Thank you