Python : Jinja Template
https://opensource.com/resources/python/template-libraries
https://opensource.com/resources/python/template-libraries
https://kmdigit.github.io/2020/05/08/python-install-pip-offline/
/////////////////////////////////////////////// /// START : GET Endpoint for WP REST API /// /////////////////////////////////////////////// function get_post_callback($request) { $id = $request[‘id’]; $cur_post_type = get_post_type($id); $builtin_types = [‘post’, ‘page’]; // builtin type if(in_array($cur_post_type, $builtin_types)) { // $post = get_post($id); if ( ! $post ) { return new WP_Error(‘post_not_found’, ‘Post not found’, array(‘status’ => 404)); } else { $data … Read more
https://youtube.com/shorts/T9T8EYfPzhs?si=rE3pNSrVw-_KxS3E
https://wordpress.org/plugins/modal-window/
Ranked: Semiconductor Companies by Industry Revenue Share
https://flask-docs-kr.readthedocs.io/ko/latest/deploying/mod_wsgi.html
https://sieon-dev.tistory.com/m/31
https://wordpress.org/support/topic/permission-issues-7/