Skip to content

Update default links to HTTPS #3228

@ozh

Description

@ozh

Default links are created upon install: they should point to their HTTPS URL instead of HTTP (ie https://yourls.org/ et al)

$link1 = yourls_add_new_link( 'http://blog.yourls.org/', 'yourlsblog', 'YOURLS\' Blog' );
$link2 = yourls_add_new_link( 'http://yourls.org/', 'yourls', 'YOURLS: Your Own URL Shortener' );
$link3 = yourls_add_new_link( 'http://ozh.org/', 'ozh', 'ozh.org' );

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions