2017 © Pedro Peláez
 

wordpress-plugin morepress

Stuff made easily on Wordpress

image

daidais/morepress

Stuff made easily on Wordpress

  • Saturday, November 25, 2017
  • by daidais
  • Repository
  • 1 Watchers
  • 2 Stars
  • 145 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 23 Versions
  • 0 % Grown

The README.md

Morepress

Stuff made easily on Wordpress., (*1)

Installation

composer require daidais/morepress

Features

Post

Create from id:, (*2)

$mp_post = new \Morepress\Post(23);

Create from \WP_Post:, (*3)

global $post;
$mp_post = new \Morepress\Post($post);

Check if exists:, (*4)

if($mp_post->exists())
{
    // Do stuff
}

Get attribute:, (*5)

$mp_post->ID;
$mp_post->post_name;
// etc.

Update post:, (*6)

$mp_post->update(array(
    'post_status' => 'publish',
));

Add meta:, (*7)

$mp_post->addMeta('meta_key', 'meta_value', true);

Update meta:, (*8)

$mp_post->updateMeta('meta_key', 'meta_value', 'prev_meta_value')

Get meta:, (*9)

$mp_post->getMeta('meta_key', true);

Delete meta:, (*10)

$mp_post->deleteMeta('meta_key', 'meta_value');

Get time:, (*11)

$mp_post->getTime();

The Versions

25/11 2017

dev-develop

dev-develop http://daidais.github.io/morepress

Stuff made easily on Wordpress

  Sources   Download

MIT

The Requires

 

by Denis Favreau

05/10 2016

dev-master

9999999-dev http://daidais.github.io/morepress

Stuff made easily on Wordpress

  Sources   Download

MIT

The Requires

 

by Denis Favreau

05/10 2016

0.9.8

0.9.8.0 http://daidais.github.io/morepress

Stuff made easily on Wordpress

  Sources   Download

MIT

The Requires

 

by Denis Favreau

23/09 2016

0.9.7

0.9.7.0 http://daidais.github.io/morepress

Stuff made easily on Wordpress

  Sources   Download

MIT

The Requires

 

by Denis Favreau

13/07 2016

0.9.6

0.9.6.0 http://daidais.github.io/morepress

Stuff made easily on Wordpress

  Sources   Download

MIT

The Requires

 

by Denis Favreau

22/06 2016

0.9.5

0.9.5.0 http://daidais.github.io/morepress

Stuff made easily on Wordpress

  Sources   Download

MIT

The Requires

 

by Denis Favreau

21/06 2016

0.9.4

0.9.4.0 http://daidais.github.io/morepress

Stuff made easily on Wordpress

  Sources   Download

MIT

The Requires

 

by Denis Favreau

06/06 2016

0.9.3

0.9.3.0 http://daidais.github.io/morepress

Stuff made easily on Wordpress

  Sources   Download

MIT

The Requires

 

by Denis Favreau

17/05 2016

0.9.2

0.9.2.0 http://daidais.github.io/morepress

Stuff made easily on Wordpress

  Sources   Download

MIT

The Requires

 

by Denis Favreau

13/05 2016

0.9.1

0.9.1.0 http://daidais.github.io/morepress

Stuff made easily on Wordpress

  Sources   Download

MIT

The Requires

 

by Denis Favreau

11/05 2016

0.9.0

0.9.0.0 http://daidais.github.io/morepress

Stuff made easily on Wordpress

  Sources   Download

MIT

The Requires

 

by Denis Favreau

06/05 2016

0.8.3

0.8.3.0 http://daidais.github.io/morepress

Stuff made easily on Wordpress

  Sources   Download

MIT

The Requires

 

by Denis Favreau

02/02 2016

0.8.2

0.8.2.0 http://daidais.github.io/morepress

Stuff made easily on Wordpress

  Sources   Download

MIT

The Requires

 

by Denis Favreau

02/02 2016

0.8.1

0.8.1.0 http://daidais.github.io/morepress

Stuff made easily on Wordpress

  Sources   Download

MIT

The Requires

 

by Denis Favreau

18/01 2016

0.8.0

0.8.0.0 http://daidais.github.io/morepress

Stuff made easily on Wordpress

  Sources   Download

MIT

The Requires

 

by Denis Favreau

31/12 2015

0.7.3

0.7.3.0 http://daidais.github.io/morepress

Stuff made easily on Wordpress

  Sources   Download

MIT

The Requires

 

by Denis Favreau

20/11 2015

0.7.2

0.7.2.0 http://daidais.github.io/morepress

Stuff made easily on Wordpress

  Sources   Download

MIT

The Requires

 

by Denis Favreau

16/11 2015

0.7.1

0.7.1.0 http://daidais.github.io/morepress

Stuff made easily on Wordpress

  Sources   Download

MIT

The Requires

 

by Denis Favreau

30/10 2015

0.7.0

0.7.0.0 http://daidais.github.io/morepress

Stuff made easily on Wordpress

  Sources   Download

MIT

The Requires

 

by Denis Favreau

12/10 2015

0.6.0

0.6.0.0 http://daidais.github.io/morepress

Stuff made easily on Wordpress

  Sources   Download

MIT

The Requires

 

by Denis Favreau

30/09 2015

0.5.0

0.5.0.0 http://daidais.github.io/morepress

Stuff made easily on Wordpress

  Sources   Download

MIT

The Requires

 

by Denis Favreau

02/09 2015

0.4.0

0.4.0.0 http://daidais.github.io/morepress

Stuff made easily on Wordpress

  Sources   Download

MIT

The Requires

 

by Denis Favreau

11/08 2015

0.3.0

0.3.0.0 http://daidais.github.io/morepress

Stuff made easily on Wordpress

  Sources   Download

MIT

The Requires

 

by Denis Favreau