Download the PHP package upstatement/jigsaw without Composer
On this page you can find all versions of the php package upstatement/jigsaw. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download upstatement/jigsaw
More information about upstatement/jigsaw
Files in upstatement/jigsaw
Download upstatement/jigsaw
More information about upstatement/jigsaw
Files in upstatement/jigsaw
Vendor upstatement
Package jigsaw
Short Description Provides an easy API for developers to tweak the admin options of a WordPress install
License MIT
Homepage http://upstatement.com
Package jigsaw
Short Description Provides an easy API for developers to tweak the admin options of a WordPress install
License MIT
Homepage http://upstatement.com
Please rate this library. Is it a good library?
Informations about the package jigsaw
Simple ways to make admin customizations for WordPress. You know all that brain space you saved for memorizing hooks? Use it for something better. For example, you can...
Add a column to an admin page!
Jigsaw::add_column($post_type, $column_label, $callback_function, $order = 10);
Add a column to the users table!
Jigsaw::add_user_column($column_label, $callback_function, $order = 10);
Remove a column from the admin
Jigsaw::remove_column($post_types, $column_slug);
Add something to the admin bar
Jigsaw::add_toolbar_item($label, $url_or_callback_function);
Add a dropdown
Jigsaw::add_toolbar_group($label, $items);
Show an admin notice
Jigsaw::show_notice($message, $level = 'updated');
...or
Add a CSS file to the admin
Jigsaw::add_css($css_file);
Add a JS file to the admin
Jigsaw::add_js($css_file);
JigsawPermalinks
Set the base of the author permalink
JigsawPermalinks::set_author_base($base_string);
After this you have to reset permalinks to see it working.
Remove a custom post type permalink
JigsawPermalinks::remove_permalink_slug($custom_post_type)
;
or
Set a custom permalink
JigsawPermalinks::set_permalink($post_type, $structure);
All versions of jigsaw with dependencies
PHP Build Version
Package Version
The package upstatement/jigsaw contains the following files
Loading the files please wait ....