Giter Club home page Giter Club logo

starter-plugin's Introduction

๐Ÿ‘‹๐Ÿผ๏ธ Hi there

Iโ€™m Matt Cohen, an internet maker from South Africa.

Read my bio on my personal site, where you can also reach me.

Currently working building marketplaces at @woocommerce, and building tools for WordPress such as my starter plugin and the [terms list block]((https://github.com/mattyza/terms-list-block/).

๐Ÿ’ฌ Ask me about building WordPress products which delight your customers, and creating performant engineering teams who thrive together.

starter-plugin's People

Contributors

denizdogan avatar jameskoster avatar jeffikus avatar mattyza avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

starter-plugin's Issues

E_ERROR Line 104 of class-starter-plugin-post-type.php

I host at WP Engine and I started getting fatal errors from line 104 of the classes/post-type file from line 104.

Error message: Uncaught ValueError: Unknown format specifier "a"

Using WP version 5.8.3
PHP 8.0.16

Thanks,

Undefined index Error

I can create a new "Thing" but when I hit the "Trash" link, I get:

Notice: Undefined index: starter-plugin_thing_noonce in /Applications/MAMP/htdocs/demo-theme/wp-content/plugins/starter-plugin/classes/class-starter-plugin-post-type.php on line 285

Any reason or how to fix? Thanks

html syntax error

in /classes/class-starter-plugin-post-type.php
Line 272 is

    $html .= '</td><tr/>' . "\n";

It should be

    $html .= '</td></tr>' . "\n";

No way to unload the plugin

Might I suggest that you add a hook to allow dynamic unloading of your plugin programatically? Instead of directly calling Starter_Plugin(); use add_action( 'plugins_loaded', 'Starter_Plugin' ); instead.

Also since this is your starter plugin boilerplate it might be a good idea to create a simple prefix that could be globally replaced (similar to how the _s project works).

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.