Home
last modified time | relevance | path

Searched refs:displayCount (Results 1 – 2 of 2) sorted by relevance

/plugin/showpageafterlogin/
H A Daction.php52 $displayCount = showpageafterlogin_read_json();
55 if ($username && !isset($displayCount[$username])) {
56 $displayCount[$username] = 0;
59 if ($displayCount[$username] <= $displayCountConfig) {
60 $displayCount[$username]++;
62 showpageafterlogin_save_json($displayCount);
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.disqus.js13 displayCount: function (data) { method in DISQUSWIDGETS