[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$ftizkBFeSxN9FdX4mERGpSCU06HxobeTTgEM5_d9IHmA":3},{"slug":4,"name":5,"version":6,"author":7,"author_profile":8,"description":9,"short_description":10,"active_installs":11,"downloaded":12,"rating":13,"num_ratings":14,"last_updated":15,"tested_up_to":16,"requires_at_least":17,"requires_php":18,"tags":19,"homepage":25,"download_link":26,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30,"vulnerabilities":31,"developer":32,"crawl_stats":29,"alternatives":38,"analysis":127,"fingerprints":186},"custom-user-profile-photo","Custom User Profile Photo","0.5.3","Vincent Listrani","https:\u002F\u002Fprofiles.wordpress.org\u002Fvincentlistrani\u002F","\u003Cp>A more flexible way to attach and display a photo for a WordPress user profile.\u003C\u002Fp>\n\u003Cp>Some users might not have or want to have a gravatar account or other universal avatar account. They simply may want to use a one-time specified photo to represent them on your WordPress site. This plugin solves that use case.\u003C\u002Fp>\n\u003Cp>With the ability to upload a photo to a user profile via the WordPress Media Uploader or by specifying an external URL to an image, your users and\u002For authors can have a personalized photo specific to your website.*\u003C\u002Fp>\n\u003Cp>This plugin will add a custom set of fields to the user profile page which will allow for the use of a custom profile photo.\u003C\u002Fp>\n\u003Cp>You can add\u002Fchange\u002Fedit uploaded photos directly from the user profile page. The external option allows you to provide a URL to the external image or remove it.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>As of v0.4\u003C\u002Fstrong>, the plugin now filters the get_avatar() function found in most WordPress themes.\u003C\u002Fp>\n\u003Cp>Simply go to the users section and select a user or select “Your Profile” depending on your permission level. The new fields are added to the bottom of the user profile page. Choose which type of photo you want to use. Upload an image or add an external url. Then press the Update Profile button.\u003C\u002Fp>\n\u003Cp>If you require a customized approach or your theme does not support the get_avatar() hook, use the example below.\u003C\u002Fp>\n\u003Cp>To retrieve the photo on the front-end use the following example on your template page(s).\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003C?php\n    \u002F\u002F Retrieve The Post's Author ID\n    $user_id = get_the_author_meta('ID');\n    \u002F\u002F Set the image size. Accepts all registered images sizes and array(int, int)\n    $size = 'thumbnail';\n\n    \u002F\u002F Get the image URL using the author ID and image size params\n    $imgURL = get_cupp_meta($user_id, $size);\n\n    \u002F\u002F Print the image on the page\n    echo '\u003Cimg src=\"'. $imgURL .'\" alt=\"\">';\n?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>You will need to place the code above in each area of your theme where you wish to add and retrieve your theme’s custom avatar image. This can include but is not limited to single.php, page.php, and comments.php.\u003C\u002Fp>\n\u003Cp>*Future Updates to this plugin include allowing other roles to access this feature, a settings page to allow a custom default image and other options.\u003C\u002Fp>\n\u003Ch3>Translations\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>English – default, always included\u003C\u002Fli>\n\u003Cli>Dutch\u003C\u002Fli>\n\u003Cli>Hungarian\u003C\u002Fli>\n\u003Cli>Spanish\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Credits\u003C\u002Fh3>\n\u003Cp>Thanks to \u003Ca href=\"https:\u002F\u002Fprofiles.wordpress.org\u002Ffinalwebsites\u002F\" rel=\"nofollow ugc\">Olaf Lederer\u003C\u002Fa>, \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fharkalygergo\" rel=\"nofollow ugc\">Harkály Gergő\u003C\u002Fa>, \u003Ca href=\"https:\u002F\u002Fprofiles.wordpress.org\u002Fsqhendr\u002F\" rel=\"nofollow ugc\">sqhendr\u003C\u002Fa>, \u003Ca href=\"https:\u002F\u002Fprofiles.wordpress.org\u002Fsomtijds\u002F\" rel=\"nofollow ugc\">SOMTIJDS\u003C\u002Fa>, \u003Ca href=\"https:\u002F\u002Fwww.closemarketing.es\" rel=\"nofollow ugc\">David Pérez\u003C\u002Fa>\u003C\u002Fp>\n","Add a customized User Profile photo to a WordPress user profile.",5000,150231,88,26,"2017-05-24T05:25:00.000Z","4.7.32","3.6.1","",[20,21,22,23,24],"custom-profile-photo","custom-profile-picture","profile-photo","profile-picture","user-profile","http:\u002F\u002Fvincentlistrani.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-user-profile-photo.0.5.3.zip",85,0,null,"2026-03-15T15:16:48.613Z",[],{"slug":33,"display_name":7,"profile_url":8,"plugin_count":34,"total_installs":11,"avg_security_score":27,"avg_patch_time_days":35,"trust_score":36,"computed_at":37},"vincentlistrani",1,30,84,"2026-04-04T16:50:40.325Z",[39,57,77,97,112],{"slug":23,"name":40,"version":41,"author":42,"author_profile":43,"description":44,"short_description":45,"active_installs":46,"downloaded":47,"rating":48,"num_ratings":49,"last_updated":50,"tested_up_to":51,"requires_at_least":52,"requires_php":18,"tags":53,"homepage":18,"download_link":56,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"Profile Picture","1.0","Arul Jayaraj","https:\u002F\u002Fprofiles.wordpress.org\u002Faruljayarajs\u002F","\u003Cp>Users can set his profile picture from admin end and as well as Front End.\u003C\u002Fp>\n\u003Cp>Admin End it would come automatically based on the user role, who has \u003Ccode>upload_files\u003C\u002Fcode> capability, otherwise we need to assign capability to them.\u003C\u002Fp>\n\u003Cp>In Front End when we use \u003Ccode>\u003C?php do_action('edit_user_profile',$current_user); ?>\u003C\u002Fcode> on edit profile section, it would be placed on additonal user profile fields.\u003C\u002Fp>\n\u003Cp>*Future Updates: Display current user images alone, short code and migrate withsocial media profile pictures.\u003C\u002Fp>\n","Set a profile picture as your wish using media upload.",80,8715,86,3,"2016-06-03T02:30:00.000Z","4.5.33","3.0",[21,22,23,54,55],"user-photo","user-profile-picture","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fprofile-picture.1.0.zip",{"slug":58,"name":59,"version":41,"author":60,"author_profile":61,"description":62,"short_description":63,"active_installs":64,"downloaded":65,"rating":64,"num_ratings":66,"last_updated":67,"tested_up_to":68,"requires_at_least":69,"requires_php":18,"tags":70,"homepage":75,"download_link":76,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"author-image","WP Custom Author Image","p4wparamjeet","https:\u002F\u002Fprofiles.wordpress.org\u002Fp4wparamjeet\u002F","\u003Cp>The WP Custom Author Image plugin for WordPress lets you easily add WP Custom Author Images on your site.\u003C\u002Fp>\n\u003Cp>It creates a widget that you can insert in a sidebar or any other widget area allowed by your theme.\u003Cbr \u002F>\nThe plugin now supports a short code [wp-custom-author-image] you can use to directly add the image to the page or post content.\u003C\u002Fp>\n\u003Cp>Alternatively, you can place the following call in the loop where you want the WP Custom Author Image to appear:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003C?php the_wp_custom_author_image($author_id = null); ?>\n\nThis $author_id parameter is optional.  If it is not passed in, the code will attempt to get the current author of the page\u002Fpost.\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>A second version of this function exists whereby you can pass in width and height to display the image.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003C?php the_wp_custom_author_image_size($width, $height, $author_id = null); ?>\n\nThis $author_id parameter is optional.  If it is not passed in, the code will attempt to get the current author of the page\u002Fpost.\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>To configure your WP Custom Author Image, browse Users \u002F Your Profile in the admin area.\u003C\u002Fp>\n\u003Ch4>Setting WP Custom Author Image Size\u003C\u002Fh4>\n\u003Cp>You can adjust the actual display size in the WP Custom Author Image widget or by using the_wp_custom_author_image_size function call.\u003C\u002Fp>\n\u003Cp>If you do not specify a size the width and height of the actual image will be used.\u003C\u002Fp>\n\u003Ch4>Shortcode\u003C\u002Fh4>\n\u003Col>\n\u003Cli>You can use [wp-custom-author-image] to display the uploaded WP Custom Author Image in your page\u002Fpost content.\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch4>Multi-Author Sites\u003C\u002Fh4>\n\u003Cp>For sites with multitudes of authors, the widget offers the ability to insert a link to the author’s posts — his archives.\u003C\u002Fp>\n\u003Ch4>Single Author Sites\u003C\u002Fh4>\n\u003Cp>Normally the widget will only display an WP Custom Author Image when it can clearly identify who the content’s author actually is. In other words, on singular pages or in the loop.\u003C\u002Fp>\n\u003Cp>If you run a single author site, or a site with multiple ghost writers, be sure to check the “This site has a single author” option. The widget will then output your image at all times.\u003C\u002Fp>\n\u003Ch4>Alternate About Page Link\u003C\u002Fh4>\n\u003Cp>Normally the widget will use the author’s posts page (\u002Fauthor\u002Fauthorname\u002F) is the image is clicked on.   If your site has a dedicated page for the author, such as an ‘About Me’ page,\u003C\u002Fp>\n\u003Cp>there is a new field in ‘Your Profile’ called ‘About Me Page’.  Entering a url in this field (\u002Fabout-me\u002F) will cause the widget to use this link as opposed to \u002Fauthor\u002Fauthorname.\u003C\u002Fp>\n\u003Ch4>Retrieving Author Url\u003C\u002Fh4>\n\u003Cp>You can retrieve the url to the respective WP Custom Author Image by calling the function\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003C?php the_wp_custom_author_image_url($author_id = null); ?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>If $author_id is blank the plugin will attempt to determine the current author and retrieve his\u002Fher image.\u003C\u002Fp>\n","Lets you easily add WP Custom Author Images on your site.",100,2740,2,"2019-08-27T05:41:00.000Z","5.2.24","3.1",[71,72,54,73,74],"author","user-gravatar","user-profile-photo","wp-custom-author-image","https:\u002F\u002Fprofiles.wordpress.org\u002Fp4wparamjeet","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fauthor-image.zip",{"slug":21,"name":78,"version":79,"author":80,"author_profile":81,"description":82,"short_description":83,"active_installs":84,"downloaded":85,"rating":86,"num_ratings":66,"last_updated":87,"tested_up_to":88,"requires_at_least":89,"requires_php":90,"tags":91,"homepage":95,"download_link":96,"security_score":64,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"Custom Profile Picture – Replace Gravatar with Your Own Images","1.0.2","Iftakharul Islam","https:\u002F\u002Fprofiles.wordpress.org\u002Fifatwp\u002F","\u003Cp>\u003Cstrong>Custom Profile Picture\u003C\u002Fstrong> is the easiest way to replace WordPress default Gravatar avatars with custom profile pictures. Upload images directly or choose from your media library – managing user avatars has never been this simple!\u003C\u002Fp>\n\u003Ch4>🚀 Why Choose Custom Profile Picture?\u003C\u002Fh4>\n\u003Cp>Tired of relying on Gravatar for user avatars? Want complete control over your site’s user profile pictures? This plugin gives you the freedom to upload custom profile pictures without depending on external services.\u003C\u002Fp>\n\u003Ch4>✨ Key Features\u003C\u002Fh4>\n\u003Cp>\u003Cstrong>📸 Dual Upload Methods\u003C\u002Fstrong>\u003Cbr \u002F>\n* Upload images directly from your device\u003Cbr \u002F>\n* Choose from WordPress Media Library\u003Cbr \u002F>\n* Both methods available on individual user profiles\u003C\u002Fp>\n\u003Cp>\u003Cstrong>⚡ Centralized Management Dashboard\u003C\u002Fstrong>\u003Cbr \u002F>\n* Manage ALL user profile pictures from one page\u003Cbr \u002F>\n* Beautiful grid view of all users\u003Cbr \u002F>\n* Hover to change or remove pictures instantly\u003Cbr \u002F>\n* AJAX-powered updates – no page refresh needed\u003Cbr \u002F>\n* Search users by name, email, or username\u003Cbr \u002F>\n* Pagination for sites with many users\u003C\u002Fp>\n\u003Cp>\u003Cstrong>🎨 Professional Image Cropping\u003C\u002Fstrong>\u003Cbr \u002F>\n* Built-in interactive cropping tool\u003Cbr \u002F>\n* Real-time crop preview\u003Cbr \u002F>\n* Maintains perfect square aspect ratio\u003Cbr \u002F>\n* Mobile-friendly interface\u003C\u002Fp>\n\u003Cp>\u003Cstrong>🔒 Security First\u003C\u002Fstrong>\u003Cbr \u002F>\n* Proper nonce verification\u003Cbr \u002F>\n* Capability checks for user permissions\u003Cbr \u002F>\n* Secure AJAX handling\u003Cbr \u002F>\n* Sanitized and validated inputs\u003C\u002Fp>\n\u003Cp>\u003Cstrong>📱 Fully Responsive\u003C\u002Fstrong>\u003Cbr \u002F>\n* Works perfectly on desktop, tablet, and mobile\u003Cbr \u002F>\n* Touch-friendly controls\u003Cbr \u002F>\n* Responsive admin interface\u003C\u002Fp>\n\u003Cp>\u003Cstrong>⚙️ Developer Friendly\u003C\u002Fstrong>\u003Cbr \u002F>\n* Clean, object-oriented code\u003Cbr \u002F>\n* Proper WordPress coding standards\u003Cbr \u002F>\n* Namespaced classes\u003Cbr \u002F>\n* Well-documented code\u003Cbr \u002F>\n* Extensible architecture\u003C\u002Fp>\n\u003Ch4>💡 Perfect For\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Community websites\u003C\u002Fli>\n\u003Cli>Membership sites\u003C\u002Fli>\n\u003Cli>Corporate intranets\u003C\u002Fli>\n\u003Cli>Educational platforms\u003C\u002Fli>\n\u003Cli>Any site wanting custom user avatars\u003C\u002Fli>\n\u003Cli>Sites not wanting to depend on Gravatar\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>🎯 How It Works\u003C\u002Fh4>\n\u003Cp>\u003Cstrong>Method 1: Individual User Profiles\u003C\u002Fstrong>\u003Cbr \u002F>\n1. Go to Users \u003Cspan aria-hidden=\"true\" class=\"wp-exclude-emoji\">→\u003C\u002Fspan> Your Profile (or edit any user)\u003Cbr \u002F>\n2. Scroll to “Profile Picture” section\u003Cbr \u002F>\n3. Click “Choose from Media Library” OR upload directly\u003Cbr \u002F>\n4. Image automatically replaces Gravatar everywhere\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Method 2: Bulk Management (Admin)\u003C\u002Fstrong>\u003Cbr \u002F>\n1. Go to “Profile Pictures” in admin menu\u003Cbr \u002F>\n2. See all users in a beautiful grid layout\u003Cbr \u002F>\n3. Hover over any user’s avatar\u003Cbr \u002F>\n4. Click “Change” to select from media library\u003Cbr \u002F>\n5. Click “Remove” to revert to Gravatar\u003C\u002Fp>\n\u003Ch4>🌟 What Makes This Plugin Special?\u003C\u002Fh4>\n\u003Cp>Unlike other avatar plugins, Custom Profile Picture offers:\u003Cbr \u002F>\n* \u003Cstrong>No configuration needed\u003C\u002Fstrong> – works out of the box\u003Cbr \u002F>\n* \u003Cstrong>Dual interface\u003C\u002Fstrong> – individual and bulk management\u003Cbr \u002F>\n* \u003Cstrong>Media library integration\u003C\u002Fstrong> – use existing images\u003Cbr \u002F>\n* \u003Cstrong>Beautiful UX\u003C\u002Fstrong> – modern, intuitive design\u003Cbr \u002F>\n* \u003Cstrong>Lightweight\u003C\u002Fstrong> – no bloat, just what you need\u003Cbr \u002F>\n* \u003Cstrong>100% WordPress compatible\u003C\u002Fstrong> – uses standard avatar system\u003C\u002Fp>\n\u003Ch4>🔧 Technical Details\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Integrates seamlessly with WordPress avatar system\u003C\u002Fli>\n\u003Cli>Works with \u003Ccode>get_avatar()\u003C\u002Fcode> function\u003C\u002Fli>\n\u003Cli>Replaces avatars site-wide automatically\u003C\u002Fli>\n\u003Cli>Stores images in WordPress media library\u003C\u002Fli>\n\u003Cli>Clean database structure with user meta\u003C\u002Fli>\n\u003Cli>No external dependencies (except Cropper.js for cropping)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>📚 Documentation & Support\u003C\u002Fh4>\n\u003Cp>Need help? Check out our:\u003Cbr \u002F>\n* \u003Ca href=\"https:\u002F\u002Fifatwp.wordpress.com\u002F\" rel=\"nofollow ugc\">Documentation\u003C\u002Fa>\u003Cbr \u002F>\n* \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fplugin\u002Fcustom-profile-picture\u002F\" rel=\"ugc\">Support Forum\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch3>Additional Information\u003C\u002Fh3>\n\u003Ch4>Credits\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Cropper.js library for image manipulation\u003C\u002Fli>\n\u003Cli>WordPress core team for the amazing platform\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Privacy Policy\u003C\u002Fh4>\n\u003Cp>This plugin does not collect, store, or transmit any user data outside your WordPress installation. All images are stored in your WordPress media library. No external services are used.\u003C\u002Fp>\n\u003Ch4>Want to Contribute?\u003C\u002Fh4>\n\u003Cp>We welcome contributions! Visit our \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fifatwp\u002Fcustom-profile-picture\" rel=\"nofollow ugc\">GitHub repository\u003C\u002Fa> to report issues or submit pull requests.\u003C\u002Fp>\n\u003Ch4>Love This Plugin?\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fplugin\u002Fcustom-profile-picture\u002Freviews\u002F#new-post\" rel=\"ugc\">Leave a review\u003C\u002Fa> – it helps others find this plugin!\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fifatwp.wordpress.com\u002F\" rel=\"nofollow ugc\">Donate\u003C\u002Fa> – support continued development\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>For Developers\u003C\u002Fh4>\n\u003Cp>Custom Profile Picture is built with:\u003Cbr \u002F>\n* Object-oriented PHP\u003Cbr \u002F>\n* WordPress coding standards\u003Cbr \u002F>\n* Proper namespacing (Ifatwp\\CustomProfilePicture)\u003Cbr \u002F>\n* Action and filter hooks\u003Cbr \u002F>\n* AJAX for dynamic updates\u003Cbr \u002F>\n* WordPress Media Library API\u003Cbr \u002F>\n* Clean, documented code\u003C\u002Fp>\n\u003Cp>Filters available:\u003Cbr \u002F>\n* Custom hooks coming in future versions\u003C\u002Fp>\n\u003Cp>For questions, customizations, or feature requests, please visit the support forum.`\u003C\u002Fp>\n","Replace default Gravatars with custom profile pictures! Upload from media library or device. Bulk manage all users from one beautiful admin page.",70,543,60,"2026-01-08T01:16:00.000Z","6.9.4","5.6","7.4",[92,93,94,23,24],"avatar","custom-avatar","gravatar","https:\u002F\u002Fifatwp.wordpress.com\u002F2025\u002F05\u002F07\u002Fcustom-profile-picture\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-profile-picture.1.0.2.zip",{"slug":98,"name":99,"version":100,"author":101,"author_profile":102,"description":103,"short_description":104,"active_installs":86,"downloaded":105,"rating":28,"num_ratings":28,"last_updated":106,"tested_up_to":16,"requires_at_least":107,"requires_php":18,"tags":108,"homepage":110,"download_link":111,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"gitst-custom-avatar-user-profile-pictures-manager","GITST CUSTOM AVATAR","1.0.0","Haykaz Kotanjyan","https:\u002F\u002Fprofiles.wordpress.org\u002Fhkotanjyan\u002F","\u003Cp>This Avatar changes allows to change user profile picture.\u003Cbr \u002F>\nAvatar is stored in database in table gitst_avatar.\u003Cbr \u002F>\nTo use this avatar in front page  you should use the following shortcodes\u003Cbr \u002F>\n –  [gitst_set_avatar] : to display avatar set option.\u003Cbr \u002F>\n –  [gitst_display_avatar height=150 width=150] : To display\u003C\u002Fp>\n\u003Cp>Note: This plugin will override the WordPress get_avatar hook.\u003Cbr \u002F>\nNote: This pligin will create gitst_avatar table in database.\u003Cbr \u002F>\nNote: Deleting Avatar plugin will not delete gitst_avatar table from database.\u003Cbr \u002F>\nNote: Avatar stored into database as base64 file.\u003C\u002Fp>\n","Set custom AVATAR (User Profile Image) and store avatars into Database as base64 string.",1366,"2016-12-28T22:15:00.000Z","4.5",[92,93,24,109,55],"user-profile-image","http:\u002F\u002Fgitst.com\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fgitst-custom-avatar-user-profile-pictures-manager.zip",{"slug":113,"name":114,"version":79,"author":115,"author_profile":116,"description":117,"short_description":118,"active_installs":35,"downloaded":119,"rating":28,"num_ratings":28,"last_updated":120,"tested_up_to":121,"requires_at_least":122,"requires_php":18,"tags":123,"homepage":125,"download_link":126,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"author-avatar","author_avatar","Guillaume","https:\u002F\u002Fprofiles.wordpress.org\u002Fguillaume-lostweb\u002F","\u003Cp>Add an upload field in the user profile admin – Don’t want to use gravatar profile picture, or just don’t have one, just download this plugin. It will add a custom field in the user admin with the possibility to upload your own. Once uploaded, it will add the picture url inside the usermeta table so you can easily display it with \u003Ccode>get_the_author_meta\u003C\u002Fcode> .\u003C\u002Fp>\n\u003Cp>Translation ready and already available in French.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\n\u003Cp>Easy to use, once activated and your picture uploaded, grab the source url with:\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Just add an image tag where you want the picture to be displayed like so:\u003C\u002Fp>\n\u003Cpre>\u003Ccode> \u003Cimg src=\"\u003C?php echo $user_meta_image;?>\" alt=\"My Custom user Profile Picture\"> \n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Et voilà!\u003C\u002Fp>\n","Add an upload field in the user profile admin to add a custom profile picture into usermeta table.",4821,"2014-03-07T23:19:00.000Z","3.8.41","3.5.1",[113,124,94,23,24],"custom-user-profile-picture","http:\u002F\u002Flostwebdesigns.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fauthor-avatar.1.0.2.zip",{"attackSurface":128,"codeSignals":163,"taintFlows":178,"riskAssessment":179,"analyzedAt":185},{"hooks":129,"ajaxHandlers":159,"restRoutes":160,"shortcodes":161,"cronEvents":162,"entryPointCount":28,"unprotectedCount":28},[130,136,140,144,147,151,154],{"type":131,"name":132,"callback":133,"file":134,"line":135},"action","init","cupp_load_plugin_textdomain","3five_cupp.php",62,{"type":131,"name":137,"callback":138,"file":134,"line":139},"admin_enqueue_scripts","cupp_enqueue_scripts_styles",77,{"type":131,"name":141,"callback":142,"file":134,"line":143},"show_user_profile","cupp_profile_img_fields",187,{"type":131,"name":145,"callback":142,"file":134,"line":146},"edit_user_profile",188,{"type":131,"name":148,"callback":149,"file":134,"line":150},"personal_options_update","cupp_save_img_meta",217,{"type":131,"name":152,"callback":149,"file":134,"line":153},"edit_user_profile_update",218,{"type":155,"name":156,"callback":157,"priority":34,"file":134,"line":158},"filter","get_avatar","cupp_avatar",286,[],[],[],[],{"dangerousFunctions":164,"sqlUsage":165,"outputEscaping":167,"fileOperations":28,"externalRequests":28,"nonceChecks":28,"capabilityChecks":66,"bundledLibraries":177},[],{"prepared":28,"raw":28,"locations":166},[],{"escaped":168,"rawEcho":49,"locations":169},13,[170,173,175],{"file":134,"line":171,"context":172},151,"raw output",{"file":134,"line":174,"context":172},153,{"file":134,"line":176,"context":172},162,[],[],{"summary":180,"deductions":181},"The custom-user-profile-photo plugin v0.5.3 exhibits a generally strong security posture based on the provided static analysis.  The complete absence of detectable AJAX handlers, REST API routes, shortcodes, and cron events means the plugin has a minimal attack surface, and more importantly, no unprotected entry points were identified. The code analysis further shows good practices with 100% of SQL queries using prepared statements and a high rate of output escaping (81%). The plugin also includes capability checks, which is a positive sign for access control.\n\nHowever, the analysis does raise some minor concerns. The absence of nonce checks, while not directly tied to any identified entry points in this version, is a missed opportunity for defense-in-depth, especially if the plugin were to introduce new functionalities in the future. The taint analysis also returned no flows, which is excellent, but this could be due to the limited scope of analysis performed or the plugin's current minimal functionality.\n\nGiven the lack of any recorded vulnerabilities (CVEs) and the clean code signals, the plugin appears to be well-maintained from a security perspective. Overall, this plugin presents a low-risk profile. The strengths lie in its minimal attack surface and good coding practices for SQL and output handling. The primary weakness is the absence of nonce checks, which is a standard security measure for WordPress plugins.",[182],{"reason":183,"points":184},"Missing nonce checks",5,"2026-03-16T18:08:56.272Z",{"wat":187,"direct":197},{"assetPaths":188,"generatorPatterns":192,"scriptPaths":193,"versionParams":194},[189,190,191],"\u002Fwp-content\u002Fplugins\u002Fcustom-user-profile-photo\u002Fcss\u002Fstyles.css","\u002Fwp-content\u002Fplugins\u002Fcustom-user-profile-photo\u002Fjs\u002Fscripts.js","\u002Fwp-content\u002Fplugins\u002Fcustom-user-profile-photo\u002Fimg\u002Fplaceholder.gif",[],[190],[195,196],"custom-user-profile-photo\u002Fcss\u002Fstyles.css?ver=","custom-user-profile-photo\u002Fjs\u002Fscripts.js?ver=",{"cssClasses":198,"htmlComments":202,"htmlAttributes":203,"restEndpoints":226,"jsGlobals":227,"shortcodeOutput":232},[199,200,201],"cupp-current-img","cupp_wpmu_button","cupp_container",[],[204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225],"id=\"cupp_container\"","id=\"current_img\"","class=\"cupp-current-img\"","class=\"edit_options uploaded\"","class=\"remove_img\"","class=\"edit_img\"","class=\"edit_options single\"","class=\"cupp-current-img placeholder\"","id=\"cupp_options\"","id=\"upload_option\"","class=\"tog\"","id=\"external_option\"","id=\"cupp_upload\"","class=\"hidden\"","id=\"cupp_placeholder_meta\"","id=\"cupp_upload_meta\"","id=\"cupp_upload_edit_meta\"","id=\"uploadimage\"","class=\"cupp_wpmu_button button-primary\"","id=\"cupp_external\"","name=\"cupp_meta\"","id=\"cupp_meta\"",[],[228,229,230,231],"cupp_placeholder_meta","cupp_upload_meta","cupp_upload_edit_meta","uploadimage",[]]