{"id":16026755,"url":"https://github.com/leogopal/wp-email-obfuscation","last_synced_at":"2025-03-24T09:21:39.352Z","repository":{"id":18125864,"uuid":"21203866","full_name":"leogopal/wp-email-obfuscation","owner":"leogopal","description":"[WordPress] Email Obfuscation PHP Functions using ROT13 and Hex Encoding in PHP and Javascript, Add to Any WordPress project to protect emails.","archived":false,"fork":false,"pushed_at":"2014-08-13T09:42:48.000Z","size":148,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-29T14:46:00.700Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leogopal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-25T13:19:14.000Z","updated_at":"2015-05-09T08:14:19.000Z","dependencies_parsed_at":"2022-09-02T13:24:16.470Z","dependency_job_id":null,"html_url":"https://github.com/leogopal/wp-email-obfuscation","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leogopal%2Fwp-email-obfuscation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leogopal%2Fwp-email-obfuscation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leogopal%2Fwp-email-obfuscation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leogopal%2Fwp-email-obfuscation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leogopal","download_url":"https://codeload.github.com/leogopal/wp-email-obfuscation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245240829,"owners_count":20583102,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-08T20:02:21.465Z","updated_at":"2025-03-24T09:21:39.327Z","avatar_url":"https://github.com/leogopal.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"WordPress Email Obfuscation PHP Functions\n====================\n\n[WordPress] Email Obfuscation PHP Functions using ROT13 and Hex Encoding in PHP and Javascript, Add to Any WordPress project to protect emails.\n\n## Usage\n\nPlace all of these files in a folder of your choosing in your project, make sure you require_once in your main functions file to call it.\n\n```\n      require_once( '/encode-init.php' );\n```\n\n### Use with mailto link\n\n```\n  rot13_encode_mailto($the_email, $anchor_text, $email_class);\n```\n\nThis function will out put an obfuscated clickable email address, accepts anchor text (will default to email address as anchor) and will also take an email class for styling.\n\n### Use as plaintext\n\n```\n  rot13_encode_plaintext($the_email);\n```\n\nThis accepts just an email address, outputs an obfuscated email in the code and a human readable as output. Do not encase in html wrappers (outputs javascript for obfuscation, does not play well with links)\n\n## Improve\n\nFeel free to improve on this effort via pull requests and suggestions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleogopal%2Fwp-email-obfuscation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleogopal%2Fwp-email-obfuscation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleogopal%2Fwp-email-obfuscation/lists"}