Giter Club home page Giter Club logo

braille's People

Contributors

amandavisconti avatar boonebgorges avatar corybohon avatar edsu avatar georgeonline avatar jgsmith avatar travisbrown avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

braille's Issues

Some feedback from your WordPress.org plugin review

Hi! I'm the one who reviewed and approved your plugin on WordPress.org. While there weren't any blocking issues, I found a few things you'll likely want to improve on the next round of work:

  • You'll want to make sure you properly sanitize all of your form values. This helps protect WordPress from any malicious or incorrect input. Here's a good document on the subject: http://make.wordpress.org/docs/plugin-developer-handbook/plugin-security/securing-input/
  • Rather than checking whether Anthologize is an active plugin, you might instead check whether function_exists( 'anthologize_register_format_option' ). There's a little less overhead in the latter approach.
  • Furthermore, with your Anthologize check, you'll want to hook it into an action like 'init' or 'plugins_loaded'. Currently, your code is depending on WordPress simply loading Anthologize before your plugin.
  • Instead of using cURL, you might consider using the WP HTTP API for remote requests. Functions like wp_remote_get() use the best available transport mechanism for the server, let it be file_get_contents(), cURL, etc.

Hope this helps.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.