WPIntell

Source evidence

Shortcode

When Last Login · support · 2023-04-24T10:25:00+00:00

complaintsentiment
mediumseverity
0.86relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 21 rows with source links

23.8% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

16 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
seekbeacon unresolved
Great plugin, very useful – any chance that a shortcode could be added to be able to display last login date/time on any page/post please? Hi @seekbeacon Sorry for the delay here, it’s been really busy. I wrote a small custom code snippet that you may use for the time being, and I’ll consider to add it to the plugin – https://gist.github.com/andrewlimaza/c1bf2016687aacbb18c7059de41f0ad1 Hope this helps! Have a good one. Thanks, that works fine. I suggest that it needs to be modified to show a human date rather than an epoch date. But that shows effectively the current login, rather than the previous login to the current one, which was what I really wanted. So in the end I managed to write some code (with the help of ChatGPT – I’m no coder really) that recorded the current login as ‘last_login’ to the WP database and then a function that pulled that down as a shortcode. So maybe in your next revision you might want to include that as an option as well, as your plugin must already record that somewhere.

Comments

2 shown
Andrew Lima 2023-10-10T17:45:00+00:00

Hi @seekbeacon Sorry for the delay here, it’s been really busy. I wrote a small custom code snippet that you may use for the time being, and I’ll consider to add it to the plugin – https://gist.github.com/andrewlimaza/c1bf2016687aacbb18c7059de41f0ad1 Hope this helps! Have a good one.

seekbeacon 2023-10-11T09:15:00+00:00

Thanks, that works fine. I suggest that it needs to be modified to show a human date rather than an epoch date. But that shows effectively the current login, rather than the previous login to the current one, which was what I really wanted. So in the end I managed to write some code (with the help of ChatGPT – I’m no coder really) that recorded the current login as ‘last_login’ to the WP database and then a function that pulled that down as a shortcode. So maybe in your next revision you might want to include that as an option as well, as your plugin must already record that somewhere.