prettyboymp member since: Oct 29, 2013

prettyboymp's packages

  • PHP

    voceconnect/nginx-secure-media

    A WordPress plugin/module which adds a security token and expiration to media uploads which can be used in conjuction with Nginx's http_secure_link_module to limit unauthenticated access.

  • PHP

    voceconnect/no-stampede-actions

    A WordPress api to kick off globally singleton actions. It will lock the action to prevent other requests from kicking off the same action.

  • PHP

    voceconnect/objects-to-objects

    A WordPress plugin/module that provides the ability to map relationships between posts and other post types

  • PHP

    voceconnect/post-selection-ui

    A WordPress library to display a user interface to easily select posts from any post type

  • PHP

    voceconnect/voce-post-meta

    Easily create post metaboxes and add fields

  • PHP

    voceconnect/voce-settings-api

    A simplification of the core WordPress settings API

  • PHP

    voceconnect/wp-dependencies

    A composer package for WordPress to help manage plugin dependencies.

  • PHP

    voceconnect/wp-large-options

    You may wish to store a larger option value than is recommended on WordPress.com. If your option data will exceed 400K, or is of an unpredictable size (such as an HTML fragment etc.) you should use the wp_large_options plugin to store the option in a cache-safe manner. Failure to do this could result in the option not being cached, and instead fetched repeatedly from the DB, which could cause performance problems.

  • PHP

    voceconnect/wp-plugin-loader

    A simplified interface to insure that a WordPress plugin has been loaded

  • Shell

    voceconnect/wp-qa-suite

    Install scripts and commands for basic quality checks and testing for WordPress projects