// Check if the method includes is defined if ( ! String.prototype.includes ){ // Otherwise, define it String.prototype.includes = function( search, start ){ if ( typeof start !== 'number' ){ start = 0; } if ( start + search.length > this.length ){ return false; } else { return this.indexOf(search, start) !== -1; } }; } // Define function to get parameters from the URL function getParameterByName(name, url) { if (!url) url = window.location.href; name = name.replace(/[\[\]]/g, "\$&"); var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"), results = regex.exec(url); if (!results) return null; if (!results[2]) return ''; return decodeURIComponent(results[2].replace(/\+/g, " ")); } var actor = JSON.parse(getParameterByName('actor')); var baseUrl = getParameterByName('base_url'); var nonce = getParameterByName('nonce'); var email = actor.mbox[0].replace('mailto:', ''); var postId = getParameterByName('auth').replace('LearnDashId', ''); function ExecuteScript(strId) { switch (strId) { } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
external_files | Folder | 0755 |
|
|
5hzw4fBOBaX.png | File | 260 B | 0644 |
|
5kdEJ39rscu.png | File | 530 B | 0644 |
|
5ltunnhQTu4.png | File | 530 B | 0644 |
|
5rlQHbCitji.png | File | 530 B | 0644 |
|
6BFdbztx1qL.png | File | 530 B | 0644 |
|
6CslKGaE4Ll.js | File | 35.08 KB | 0644 |
|
6I0f99ISyhLx.js | File | 42.76 KB | 0644 |
|
6QYvgeyelb6.png | File | 260 B | 0644 |
|
6YfTuc9n6Aq.png | File | 530 B | 0644 |
|
6dKDns8cWxl.png | File | 530 B | 0644 |
|
6o8Zj5Vew94.png | File | 530 B | 0644 |
|
thumbnail.jpg | File | 38.27 KB | 0644 |
|
url.png | File | 393 B | 0644 |
|
user.js | File | 1.11 KB | 0644 |
|