Pavel Korotenko

Results 9 comments of Pavel Korotenko

I had the same problem - resolved this by connecting to each vm via ssh and run: `node-start` there. After about a minute or two they became available again.

@JayWood A smal fix: #13 for this ticket. Please review when you have a moment.

Hi @jtsternberg I'm trying to include WP Lib Loader in Taxonomy_Core and facing a problem with functions visibility. Here's the code I have so far: https://github.com/WebDevStudios/Taxonomy_Core/commit/179a122c3856f78a2ea9170a6e58232b93ba5418 so when I load...

@jtsternberg yes, that's helped. Thanks a lot! :+1: @JayWood with this change we'll need to update all the documentation for the library and flag it as important, because library initiation...

@JayWood I have added the same update to CPT Core library, though I can't think of any usage examples inside of a class for Readme file. We probably will have...

![image](https://user-images.githubusercontent.com/8849709/27356253-d51aa06e-55db-11e7-84d5-a4a9db1d0b34.png) ``` register_via_cpt_core( array( __( 'Q & A item', 'your-text-domain' ), // Singular __( 'Q & A items', 'your-text-domain' ), // Plural 'q-and-a-items' // Registered name/slug ) ); register_via_cpt_core( array(...

@JayWood I've added a tiny update for that, please review it when you have time.

@JayWood this is done. Please also see my note from CPT Core discussion thread about library initiation: https://github.com/WebDevStudios/CPT_Core/issues/19#issuecomment-310380784 please review these changes when you have a moment.

Hi, I'm not sure if it's actual, but I can't replicate this on WordPress 4.8 and the current version of Taxonomy Core. Both the update and creation process work fine...